View source: R/ISRaD.extra.fill_country.R
| ISRaD.extra.fill_country | R Documentation | 
Fills country code from profile coordinates
ISRaD.extra.fill_country(database, continent = FALSE, region = FALSE)
database | 
 ISRaD dataset object.  | 
continent | 
 Boolean noting whether a column should be added for extracted continent (8 continent model, including Oceania)  | 
region | 
 Boolean noting whether a column should be added for extracted subregion  | 
ISRaD_data object with extracted country names.
Shane Stoner & J. Beem-Miller
# Load example dataset Gaudinski_2001
database <- ISRaD::Gaudinski_2001
# Fill profile coordinates
database.x <- ISRaD.extra.fill_coords(database)
# Fill country
database.x <- ISRaD.extra.fill_country(database.x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.