set_question | R Documentation |
Codebooks can be defined at different levels: codingjob > jobset > unit. The most specific codebook will be used. This allows creating special units that have their own codebook (e.g., for survey-like questions), or using codebooks with dynamic codes.
set_question(name, question = NULL, codes = NULL, ...)
name |
A character value indicating the name of the question. This will also be the variable name in annotations. Coders won't see this name. |
question |
The question text. Can either be a character value, or an expression (e.g., to use a column in the data) |
codes |
The codes that the coder can choose from. See
|
... |
Other arguments passed to |
Only meant to be used inside of create_units
or
create_unit
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.