track_merge | R Documentation |
Get geo code that are merged after code change
track_merge(
type = c("fylke", "okonomisk", "kommune", "bydel", "levekaar", "grunnkrets"),
from = NULL,
to = NULL,
names = TRUE
)
type |
Type of regional granularity ie. fylke, kommune etc. |
from |
Specify the starting year for range period. Current year is the default. |
to |
Specify the year to end the range period. Current year is used when not specified. |
names |
Include names. Default is TRUE |
Dataset of class data.table
with column merge
showing the number
of time the codes have been merged into
dt <- track_merge("kommune", 2018, 2020)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.