emo icon indicating copy to clipboard operation
emo copied to clipboard

Easily insert emoji into R and RMarkdown

Results 44 emo issues
Sort by recently updated
recently updated
newest added

# **Description** I tried out the {emo(ji)} package with award/medal emojis glued to a table created by {gt} but the saved table resulted in a color loss in both emojis....

Hi Hadley, I've tried multiple time to install this package but keep having below error. Can you help me with this please? Downloading GitHub repo hadley/emo@HEAD Error: Failed to install...

I want to insert a few emojis into my `rmarkdown` document. However, when I knit my document in the emojis won't render. In this example the chunk render doesn't work...

Hi! I tried to use `devtools::install_github("hadley/emo")` and `remotes::install_github("hadley/emo")` but neither works for installation. It gives the error as follows: ``` Error: Failed to install 'emo' from GitHub: System command 'Rcmd.exe'...

There are two "red hearts" in `jis`: ❤️ and ❤, which here look the same, but e.g. in R console look like this as can be seen, `jis` specifies the...

Hello, i'm trying to insert an emoji on my donut ggplot but my emoji appears like a symbol (image attached), and not like the native: 😁 ![image](https://user-images.githubusercontent.com/53672503/151851013-007fcb0b-5020-4851-b413-3a0b21ef30e4.png) Is there a...

The behavior of `flag` is not able to pattern match properly China ``` > emo::flag("Hong Kong SAR China") 🇭🇰 > purrr:::map(c("China","Hong Kong SAR China"), emo::flag) Error in .f(.x[[i]], ...) :...

Is there a function to extract more than one emoji at a time? For example, ji('Germany') and ji ('Sweden') separately return the flags. However, ji(c('Germany','Sweden')) returns an error message "Error...

Noticed a typo while working with the package as part of a class assignment. Made sure to update the `ji_rx.R` file and not the `roxygen2`-generated file

The flag emojis appear as two letters instead of a flag. Is there a way to fix this?