View source: R/00-extract-raw-data.R
extract_raw_data_server | R Documentation |
This function can be used to extract raw data from an ODK central server, and save it to a RHoMIS mongoDB database.
extract_raw_data_server(
central_url,
central_email,
central_password,
project_name,
form_name,
database,
isDraft
)
central_url |
The url of the ODK-central |
central_email |
The email of the ODK-central account being used |
central_password |
The password of the ODK-central account being used |
project_name |
The name of the ODK-central project being processed |
form_name |
The name of the ODK-central form being processed |
database |
The name of the database you would like to save results to |
isDraft |
Whether or not the ODK form you are working with is a draft or a final version. Only relevant if you are processing a project from ODK central |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.