Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

GetKlass

Fetch classification data Fetch Statistics Norway classification data using API


Description

Fetch classification data Fetch Statistics Norway classification data using API

Usage

GetKlass(
  klass,
  date = NULL,
  correspond = NULL,
  variant = NULL,
  output_level = NULL,
  language = "nb",
  output_style = "normal"
)

Arguments

klass

Number/string of the classification ID/number. (use Klass_list() to find this)

date

String for the required date of the classification. Format must be "yyyy-mm-dd". For an inverval, provide two dates as a vector. If blank, will default to today's date.

correspond

Number/string of the target correspondence (if a correspondence table is requested).

variant

The classification variant to fetch (if a variant is wanted).

output_level

Number/string specifying the requested hierarchy level (optional).

language

Two letter string for the requested language output. Default is Bokmål ("nb"). Nynorsk ("nn") and English ("en") also available for some classification.)

output_style

String variable for the output type. Default is "normal". Specify "wide" for a wide formatted table output.

Value

The function returns a data frame of the specified classification/correspondence table. Output variables include: code, parentCode, level, and name for standard lists. For correspondence tables variables include: sourceCode, sourceName, targetCode and targetName. For time correspondence tables variables include: oldCode, oldName, newCode and newName. For "wide" output, code and name with level suffixes is specified.

Examples

# Get classification for occupation classifications
head(GetKlass(klass = "7"))
# Get classification for occupation classifications in English
head(GetKlass(klass = "7", language = "en"))

klassR

Classifications and Codelists for Statistics Norway

v0.1.10
Apache License 2.0
Authors
Susie Jentoft, Lisa Li, Diana-Cristina Iancu
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.