powered by
Get geo code that are split after code change
track_split( type = c("fylke", "kommune", "bydel", "grunnkrets"), from = NULL, to = NULL, names = TRUE )
Dataset of class data.table with column split showing the number of time the codes have been split to
data.table
split
Type of regional granularity ie. fylke, kommune etc.
Specify the starting year for range period. Current year is the default.
Specify the year to end the range period. Current year is used when not specified.
Include names. Default is TRUE
dt <- track_split("kommune", 2018, 2020)
Run the code above in your browser using DataLab