codebook: Constructor for nettskjema codebook

View source: R/nettskjema-codebook.R

codebookR 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)

LCBC-UiO/nettskjemar documentation built on Aug. 24, 2023, 5:44 p.m.