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)
Arguments
meta |
form meta-data from |
Value
long format tibble with meta-data for a specific nettskjema
Examples
## Not run:
meta_110000 <- ns_get_meta(110000)
codebook(meta_110000)
## End(Not run)
[Package nettskjemar version 1.0.2 Index]