Last chance! 50% off unlimited learning
Sale ends in
Fills country code from profile coordinates
ISRaD.extra.fill_country(database, continent = FALSE, region = FALSE)
ISRaD_data object with extracted country names.
ISRaD dataset object.
Boolean noting whether a column should be added for extracted continent (8 continent model, including Oceania)
Boolean noting whether a column should be added for extracted subregion
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)
Run the code above in your browser using DataLab