View source: R/02-calculate-prices.R
calculate_prices_server | R Documentation |
Rpackage file: 02-calculate-prices.R
calculate_prices_server(
central_url,
central_email,
central_password,
project_name,
form_name,
database,
isDraft,
central_test_case = FALSE
)
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 |
central_test_case |
This flag is used for running a test-sample dataset from ODK the inst/sample_central_project/ folder |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.