codebook {nettskjemar}R Documentation

Constructor for nettskjema codebook

Description

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_data, form_id)

Arguments

meta_data

form meta-data from nettskjema_get_meta

form_id

integer. Number of the form to retrieve

Value

long format tibble with meta-data for a specific nettskjema

Examples

## Not run: 
meta_110000 <- nettskjema_get_meta(110000)
codebook(meta_110000)

## End(Not run)

[Package nettskjemar version 0.1.4 Index]