powered by
Get geo code that are merged after code change
track_merge( type = c("fylke", "kommune", "bydel", "grunnkrets"), from = NULL, to = NULL, names = TRUE )
Dataset of class data.table with column merge showing the number of time the codes have been merged into
data.table
merge
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_merge("kommune", 2018, 2020)
Run the code above in your browser using DataLab