Description Usage Arguments Value Examples
start_export
starts the export of a version of a questionnaire for a specified
data type
1 2 3 4 5 6 7 8 9 10 |
qx_name |
Name of questionnaire. This is case sensitive and should match the name of your questionnaire exactly. Do not specify both template_id and qx_name. |
template_id |
Questionnaire Id for the template. Do not include any dashes. Do not specify both template_id and qx_name. |
version |
Version number of questionnaire |
export_type |
Data type to export. Valid options are: tablular, stata, spss, binary, paradata. Default is tabular. |
return_time |
Option to return the time that the export was started. Start time will be in UTC. |
server |
Prefix for the survey server. It is whatever comes before mysurvey.solutions: [prefix].mysurvey.solutions. |
user |
Username for the API user on the server. |
password |
Password for the API user on the server. |
Starts the export for the questionnaire.
1 2 3 4 5 6 | ## Not run:
start_time <- start_export(qx_name="Labour Force Survey Q1",
version=4, start_time=TRUE,
server = "lfs2018", user = "APIuser2018", password = "SafePassword123")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.