View source: R/utils-odk-central.R
get_submission_xml | R Documentation |
Get the XML of an ODK submission
get_submission_xml(
central_url,
central_email,
central_password,
projectID,
formID,
submissionID
)
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. To get the list of forms see the "get_forms" function. |
submissionID |
The instance ID of the specific submission we want in XML |
Rpackage file: utils-odk-central.R
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.