View source: R/norgeo-recode.R
do_recode_without_aggregate | R Documentation |
Recode geo code without aggregating the data.
The input in argument source
must be a lower
granularity level than the level
input.
do_recode_without_aggregate(
dt = NULL,
source = c("grunnkrets", "fylke", "kommune", "bydel"),
year = NULL,
base = NULL,
...
)
dt |
Input data preferrably in a |
source |
What geographical granularity codes that is available in the
source data. This will be used for merging with the output from
|
year |
Which year the geograhical codes to be recoded to. If it is empty
then global option for |
base |
Logical value. If |
... |
Any additional arguments |
Other geo recode functions:
do_geo_recode()
,
get_geo_recode()
## Not run:
# Source data with enumeration area codes ie. grunnkrets
dt <- make_file("BEFOLKNING", aggregate = FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.