View source: R/utils-odk-central.R
get_submission_data | R Documentation |
A function for retrieving all of the ODK data as a zip file
get_submission_data(
central_url,
central_email,
central_password,
projectID,
formID,
form_name,
isDraft,
file_destination = NULL
)
central_url |
The url of the ODK central server |
central_email |
The email of your ODK central account |
central_password |
The password to your ODK central account |
projectID |
The ID of the project you are looking at. To get a list of project, see the "get_projects" function |
formID |
The ID of the form containing the submissions you are looking at. |
form_name |
The name of the form you are downloading To get the list of forms see the "get_forms" function. |
isDraft |
Whether or not the form is a draft or whether it is finalized |
file_destination |
The location to store temporary files |
Rpackage file: utils-odk-central.R
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.