View source: R/norgeo-recode.R
get_geo_recode | R Documentation |
Get the geographical codes registered in geo-database
which
consist of old and new codes that are applicable to the respective year.
get_geo_recode(
con = NULL,
type = c("grunnkrets", "fylke", "kommune", "bydel"),
year = NULL
)
con |
Connection to database |
type |
The geographical granularity to recode |
year |
Which year the geograhical codes to be recoded to. If it is empty
then global option for |
A dataset with columns GEO
and to
representing the GEO codes that
will be recoded to a new code ie. to
.
Other geo recode functions:
do_geo_recode()
,
do_recode_without_aggregate()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.