get_onetable: get_onetable

Description Usage Arguments Examples

View source: R/get_onetable.R

Description

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)

Usage

1
get_onetable(country_geometries = country_coords)

Arguments

country_geometries

Default is country_coords which is incomplete. Replacement should have an iso3code column!

Examples

1
2
3
## Not run: 
onetable <- get_onetable()
## End(Not run)

randyyee/ITFAnalytics documentation built on Dec. 22, 2021, 12:56 p.m.