flag | R Documentation |
Insert Flag Emojis
flag(name, return_key = FALSE)
name |
Character denoting the place of the flag. Set |
return_key |
Logical, set to TRUE to get full list of allowed names. |
This function is vectorized. The input is being normalized before matching
which will hopefully lead to lower friction and easier matching. Punctuation
is being removed and case is not taken into consideration when matching.
You can run flag(return_key = TRUE)
to get full list of allowed names.
Character vector of emojis.
flag(c("Vietnam", "Greenland", "Estonia", "Denmark", "united states"))
flag(c("US Virgin Islands", "U.S. Virgin Islands", "u.s. virgin islands"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.