Description Usage Arguments Value Examples
Generate an RMarkdown Report of WebQ Survey Responses
1 2 3 4 5 6 7 | webq_report(
survey_id,
participant_ids = NULL,
question_ids = NULL,
output_dir = getwd(),
...
)
|
survey_id |
The survey for which to produce a report. |
participant_ids |
A vector of participant IDs to include. If NULL, will include all participants. |
question_ids |
A vector of question IDs to include. If NULL, will include all questions. |
output_dir |
The output file directory (default |
... |
Additional arguments to be passed to |
The output file path, invisibly.
1 | ## Not run: webq_report('236008', participant_ids = c('20700916', '12996001'), output_dir = '~/myreports/', output_file = 'report.html')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.