View source: R/utils-odk-central.R
get_xls_survey_file | R Documentation |
A function for getting the xls survey from odk central, writing it to a file, and returning the file path
get_xls_survey_file(
central_url,
central_email,
central_password,
projectID,
formID,
file_destination = NULL,
form_version = 1
)
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 XML form ID from a specific project |
file_destination |
Allow the user to specify the destination of the xls file they are working with. include the file name and the extension. Must make sure the directory exists |
form_version |
The version of the form you are examining. For now we presume you are looking for the first version of the form |
Rpackage file: utils-odk-central.R
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.