Description Usage Arguments Examples
One table to rule them all and in keys bind them! Output is available through the package as "onetable," 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. onetable <- get_onetable() 2. usethis::use_data(onetable, overwrite=T)
1 | get_onetable(country_geometries = country_coords)
|
country_geometries |
Default is country_coords which is incomplete. Replacement should have an iso3code column! |
1 2 3 | ## Not run:
onetable <- get_onetable()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.