View source: R/utils-odk-central.R
get_xls_form | R Documentation |
Allows the user to get an ODK central xls form in order to extract any meta-data
get_xls_form(
central_url,
central_email,
central_password,
projectID,
formID,
isDraft = T,
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 |
formID |
The XML form ID from a specific project |
isDraft |
Stating whether or not the form is a draft |
file_destination |
Where to store the survey file (leave null if reading file into environment) |
Rpackage file: utils-odk-central.R
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.