expODK: Export data from okd collect to a csv files

View source: R/odk.R

expODKR Documentation

Export data from okd collect to a csv files

Description

Export data from okd collect to a csv files

Usage

expODK(
  colDir = getwd(),
  stDir = getwd(),
  expDir = getwd(),
  formId = NULL,
  startDate = NULL,
  endDate = NULL
)

Arguments

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.

Value

'odkExp' returns csv files exported from odk collect using odkbriefcase java application. One file is create for each repeat in the form.

Author(s)

Alexandre Adalardo de Oliveira aleadalardo@gmail.com

References

https://opendatakit.org/

See Also

http://labtrop.ib.usp.br

Examples


## Not run: 
odkExp(colDir = getwd(), stDir = getwd(), expDir = getwd(), form_id = "odkform")

## End(Not run)

adalardo/Rppsp documentation built on June 10, 2025, 1:11 p.m.