add_continents | R Documentation |
Add continent to a table
add_continents(tbl, data, levels = NULL)
tbl |
The table for which continents must be added |
data |
The dataset containing the info on continents |
levels |
a list of levels if the variable continent must be turned into a factor |
add_continents(data.frame(countryname_eng = c("Turkey", "France")), data_rangers)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.