{"id":16277063,"url":"https://github.com/eliocamp/tagger","last_synced_at":"2026-03-14T03:08:47.105Z","repository":{"id":84292420,"uuid":"280564975","full_name":"eliocamp/tagger","owner":"eliocamp","description":"Adds tags to 'ggpot2' facets","archived":false,"fork":false,"pushed_at":"2023-12-11T20:54:46.000Z","size":271,"stargazers_count":33,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T22:13:19.053Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eliocamp.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-07-18T02:22:12.000Z","updated_at":"2024-10-13T07:12:44.000Z","dependencies_parsed_at":"2023-12-28T13:19:46.626Z","dependency_job_id":"921d80bc-19f1-4799-b146-18ffc13ab667","html_url":"https://github.com/eliocamp/tagger","commit_stats":{"total_commits":19,"total_committers":1,"mean_commits":19.0,"dds":0.0,"last_synced_commit":"baefbd7fa2bd23c2b11a099e1714aad9d0d25015"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliocamp%2Ftagger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliocamp%2Ftagger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliocamp%2Ftagger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliocamp%2Ftagger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eliocamp","download_url":"https://codeload.github.com/eliocamp/tagger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244039099,"owners_count":20387832,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T18:52:24.975Z","updated_at":"2026-03-14T03:08:47.032Z","avatar_url":"https://github.com/eliocamp.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\"\n)\n```\n\n# tagger\n\n\u003c!-- badges: start --\u003e\n\u003c!-- badges: end --\u003e\n\nThe goal of tagger is to easily add tags to facetted plots in order to identify panles. \n\n## Installation\n\n\u003c!-- You can install the released version of tagger from [CRAN](https://CRAN.R-project.org) with: --\u003e\n\n\u003c!-- ``` r --\u003e\n\u003c!-- install.packages(\"tagger\") --\u003e\n\u003c!-- ``` --\u003e\n\nYou can install the development version from [GitHub](https://github.com/) with:\n\n``` r\n# install.packages(\"devtools\")\ndevtools::install_github(\"eliocamp/tagger\")\n```\n## Example\n\nIn the default usage, you can simply add `tag_facets()` to add a tag to each panel of a ggplo2 plot.\n\n```{r example}\nlibrary(tagger)\nlibrary(ggplot2)\n\nggplot(mtcars, aes(hp, mpg)) +\n   geom_point() +\n   facet_grid(cyl ~ vs) +\n   tag_facets()\n```\nIf you want to tag rows and columns instead of each panel indivdually, you can set it with the `tag` argument. \n\n```{r}\nggplot(mtcars, aes(hp, mpg)) +\n   geom_point() +\n   facet_grid(cyl ~ vs) +\n   tag_facets(tag = \"rc\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feliocamp%2Ftagger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feliocamp%2Ftagger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feliocamp%2Ftagger/lists"}