geo_map | R Documentation |
Create a database granularity of geographical codes to aggregate
data accordingly. Implementation of this function is based on norgeo::cast_geo()
.
geo_map(year = NULL, write = FALSE, append = FALSE, table = "tblGeo")
year |
Year for the valid geographical codes |
write |
Write table to the |
append |
Append the data to an existing table in the |
table |
Table name to be created in the database. Default is |
Other geo codes functions:
geo_recode()
,
get_geo_dummy()
## Not run:
geo_map(2020, write = TRUE)
geo_map(2021, append = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.