ApplyKlass {klassR} | R Documentation |
Match and convert a classification
Description
Match and convert a classification
Usage
ApplyKlass(
x,
klass,
date = NULL,
variant = NULL,
correspond = NULL,
language = "nb",
output_level = NULL,
output = "name",
format = TRUE
)
Arguments
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. |
Value
A vector or data frame is returned with names and/or code of the desired output level.
Examples
data(klassdata)
kommune_names <- ApplyKlass(x = klassdata$kommune, klass = 131, language = "en", format=FALSE)
[Package klassR version 0.2.3 Index]