The raw codebook is a list of answers and questions with unique ids for both, and the text associated with them. This information can be retrieved from the raw nettskjema data. This can be useful if the nettskjema submission data has been returned with as_is = TRUE.

get_raw_codebook(form_id, token_name = "NETTSKJEMA_API_TOKEN", ...)

Arguments

form_id

integer. Number of the form to retrieve

token_name

character. Name to give the token, defaults to 'NETTSKJEMA_API_TOKEN'

...

other arguments to GET

Value

long format tibble with meta-data for a specific nettskjema

Examples