Description Usage Arguments Value Examples
View source: R/survey-response-imports.R
start_response_import_url imports a survey based on a loacl survey file
1 | start_response_import_url(surveyId, fileUrl, format = "CSV", charset = "UTF-8")
|
surveyId |
the name of the survey where to import responses |
fileUrl |
The URL of the import file. Only HTTP and HTTPS URLs are supported. The largest file you can import is limited to 5 MB. |
format |
default CSV Allowed values are CSV or TSV |
charset |
Allowed values are UTF-8 or UTF-16 |
A list
1 | ## Not run: start_response_import_url("SV_012345678912345", "./data.csv", "CSV")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.