cast_geo | R Documentation |
Add geo granularity levels to all sides
cast_geo(year = NULL, names = TRUE)
year |
Which year the codes are valid from. If NULL then current year will be selected. |
names |
Include names. Default is TRUE |
A dataset of class data.table
representing the spreading of
different geographical levels from lower to higher levels ie. from
enumeration area codes to county codes, for the selected year.
DT <- cast_geo(2019)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.