Description Usage Arguments Examples
View source: R/get_countries.R
Add dates to country data
1 | get_country_coords(world = file.choose())
|
world |
User prompt to import shapefile. Output is available through the package as "country_coords," but this function can be used to recreate this dataset. To regenerate and make the data available again for the package, run the following in dev and rebuild package: 1. country_coords <- get_country_coords() 2. usethis::use_data(country_coords, overwrite=T) |
1 2 3 | ## Not run:
country_coords <- get_country_coords()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.