get_raw_codebook | R Documentation |
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 asis = TRUE
.
get_raw_codebook(form_id)
form_id |
integer. Number of the form to retrieve |
long format tibble with meta-data for a specific nettskjema
## Not run:
form_id <- 100000
get_raw_codebook(form_id)
Or if the token is saved in a non-standard name
get_raw_codebook(form_id)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.