View source: R/create_instrument_from_list.R
create_instrument_from_list | R Documentation |
This function creates an instrument from a list of questions.
create_instrument_from_list(
question_texts,
question_numbers = NULL,
instrument_name = "My instrument"
)
question_texts |
A character vector of question texts. |
question_numbers |
A character vector of question numbers. If not provided, the question number will be the index of the question text. |
instrument_name |
A character string of the instrument name. |
Alex Nikic
instrument = create_instrument_from_list(
list("How old are you?",
"What is your gender?",
"What is your name?")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.