powered by
Flag emoji
flag(pattern)
pattern suitable for [stringr::str_detect] matched against the name of the flag
If the pattern matches a single flag, the emoji ( with classes "flag" and "emoji" ) is returned
# NOT RUN { flag( "^Fra" ) flag( "New Zealand" ) # name of all the flags if( require(dplyr) ){ emo::jis %>% filter( group == "Flags" ) %>% pull(name) } # } # NOT RUN { # }
Run the code above in your browser using DataLab