{"id":13858319,"url":"https://github.com/hadley/emo","last_synced_at":"2025-09-11T16:05:02.310Z","repository":{"id":38848967,"uuid":"89367270","full_name":"hadley/emo","owner":"hadley","description":"Easily insert emoji into R and RMarkdown","archived":false,"fork":false,"pushed_at":"2019-12-13T22:57:01.000Z","size":1876,"stargazers_count":417,"open_issues_count":44,"forks_count":53,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-03-30T05:09:37.272Z","etag":null,"topics":["emoji","r"],"latest_commit_sha":null,"homepage":"","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/hadley.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}},"created_at":"2017-04-25T14:01:42.000Z","updated_at":"2025-03-10T14:50:42.000Z","dependencies_parsed_at":"2022-08-09T06:16:04.453Z","dependency_job_id":null,"html_url":"https://github.com/hadley/emo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadley%2Femo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadley%2Femo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadley%2Femo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadley%2Femo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hadley","download_url":"https://codeload.github.com/hadley/emo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247445670,"owners_count":20939958,"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":["emoji","r"],"created_at":"2024-08-05T03:02:04.139Z","updated_at":"2025-04-06T07:11:39.969Z","avatar_url":"https://github.com/hadley.png","language":"R","funding_links":[],"categories":["R"],"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, echo = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"README-\"\n)\nset.seed(1014)\n```\n\n# emo(ji)\n\nThe goal of emo(ji) is to make it very easy to insert emoji into RMarkdown documents.\n\nEmoji data from \u003chttps://github.com/muan/emojilib/\u003e.\n\n## Installation\n\nYou can install emo from github with:\n\n```R\n# install.packages(\"devtools\")\ndevtools::install_github(\"hadley/emo\")\n```\n\n## Example\n\nYou can either refer to emoji by their name (which is unique):\n\n```{r}\nemo::ji(\"poop\")\n```\n\nOr by a keyword. Keywords are not unique so emo::ji will pick one for you at random.\n\n```{r} \nemo::ji(\"face\")\nemo::ji(\"face\")\nemo::ji(\"face\")\n```\n\nOften you'll use inline like `r '\\u60\\u60 \\u60r emo::ji(\"smile\")\\u60 \\u60\\u60'` `r emo::ji(\"smile\")`\n\n## Keywords\n\nThese are all keywords with more than one emoji associated with them.\n\n```{r, echo = FALSE}\nkeywords \u003c- emo::ji_keyword\nkeywords \u003c- keywords[lengths(keywords) \u003e 1]\n\nemojis \u003c- purrr::map_chr(keywords, function(x) paste0(emo::ji_name[x], collapse = \"\"))\n\ncat(paste(names(emojis), \": \", emojis, collapse = \"\\n\"))\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhadley%2Femo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhadley%2Femo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhadley%2Femo/lists"}