View source: R/utils-odk-central.R
extract_form_metadata | R Documentation |
Extract the metadata for a RHoMIS project
extract_form_metadata(
central_url,
central_email,
central_password,
projectID,
formID,
form_version = 1,
isDraft
)
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 |
form_version |
The version of the form you are examining. For now we presume you are looking for the first version of the form |
isDraft |
Whether or not the form was a draft |
Rpackage file: utils-odk-central.R
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.