Description Usage Arguments Details Value Examples
View source: R/dcvts_getresponses.R
dcvts_getresponses()
fetches responses from DCVTS's limesurvey panel and transforms the data into easily analysable "tidy" format.
1 | dcvts_getresponses(round, status, ...)
|
round |
DCVTS Round. This can be |
status |
Status of the Interview. |
... |
Extra parameters. You will likely not need this. |
Sometimes this might take longer depending on your connection.
A tibble.
1 2 3 4 5 6 | ## Not run:
dcvts_getresponses("r2", "all")
dcvts_getresponses("r2", "incomplete")
dcvts_getresponses("r1", "complete")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.