expODK | R Documentation |
Export data from okd collect to a csv files
expODK(
colDir = getwd(),
stDir = getwd(),
expDir = getwd(),
formId = NULL,
startDate = NULL,
endDate = NULL
)
colDir |
ODK collect data directory, base name will be used for named the exported files. |
stDir |
ODK storage temporary directory address. |
expDir |
Data export directory. |
formId |
ODK form id, defined in the settings of xls and xml forms. |
startDate |
start date to export data from ODK Collect. |
endtDate |
end date to export data from ODK Collect. |
'odkExp' returns csv files exported from odk collect using odkbriefcase java application. One file is create for each repeat in the form.
Alexandre Adalardo de Oliveira aleadalardo@gmail.com
## Not run:
odkExp(colDir = getwd(), stDir = getwd(), expDir = getwd(), form_id = "odkform")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.