lazy_import_google_form | R Documentation |
Imports data from google forms (sheets). Expects study data to be in a specific format:
lazy_import_google_form(
url,
pre_questions,
post_questions,
nr_of_conditions,
participant_column,
verbose = FALSE
)
url |
the spredsheet url |
pre_questions |
the number of pre question columns |
post_questions |
the number of post question columns |
nr_of_conditions |
the number of conditions |
participant_column |
the column number containing the participant id. |
verbose |
defaults to FALSE |
0:n pre questions (demographics etc.) 0:n questions per condition for 0:n conditions 0:n post study questions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.