Match and convert a classification
Match and convert a classification
ApplyKlass( x, klass, date = NULL, variant = NULL, correspond = NULL, language = "nb", output_level = NULL, output = "name", format = TRUE )
x |
Input vector |
klass |
Classification number |
date |
Date for classification (format = "YYYY-mm-dd"). Default is current date |
variant |
The classification variant to fetch (if a variant is wanted). |
correspond |
ID number for target in correspondence table. For correspondence between two dates within the same classification, use correspond = TRUE. |
language |
Default "nb" for Norwegian (Bokmål). Also "nn" (Nynorsk) and "en" (English available for some classifications) |
output_level |
Desired output level |
output |
String describing output. May be "name" (default), "code" or "both". |
format |
Logical for whther to run formatting av input vector x (Default = TRUE), important to check if formatting is in one level. |
A vector or data frame is returned with names and/or code of the desired output level.
data(klassdata) kommune_names <- ApplyKlass(x = klassdata$kommune, klass = 131, language = "en", format=FALSE)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.