Skip to contents

Function works on meta-data downloaded from a form. It will return a data.frame in long format with meta-data information from a specific nettskjema form.

Usage

codebook(meta)

Arguments

meta

form meta-data from ns_get_meta

Value

long format tibble with meta-data for a specific nettskjema

Examples

meta <- ns_get_meta(123823)
codebook(meta)
#> Warning: Calling 'structure(NULL, *)' is deprecated, as NULL cannot have attributes.
#>   Consider 'structure(list(), *)' instead.
#> data frame with 0 columns and 0 rows