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.

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

if (FALSE) { meta_110000 <- nettskjema_get_meta(110000) codebook(meta_110000) }