odkexp: Export data from okd collect to a csv files

View source: R/odk.R

odkexpR Documentation

Export data from okd collect to a csv files

Description

Export data from okd collect to a csv files

Usage

odkexp(
  odkbriefcase = "odkbriefcase.jar",
  dir_st = getwd(),
  dir_col = getwd(),
  dir_exp = getwd(),
  form_id = NULL,
  file_name = "censoPeic",
  start = NULL,
  end = NULL
)

Arguments

odkbriefcase

ODK briefcase java jar file.

dir_st

ODK storage directory address.

dir_col

ODK collect directory.

dir_exp

Data export directory

form_id

ODK form id, defined in the settings of xls and xml forms

file_name

prefix name for csv files.

Value

'odkexp' returns csv files export from odk collect.

Author(s)

Alexandre Adalardo de Oliveira aleadalardo@gmail.com

References

https://opendatakit.org/

See Also

http://labtrop.ib.usp.br

Examples


## Not run: 
odkexp(odkbriefcase = "odkbriefcase.jar", dir_st = getwd(), dir_col = getwd(), dir_exp = getwd(), form_id = "odkform", file_name = "odkdata")

## End(Not run)

adalardo/Rppsp documentation built on Sept. 17, 2022, 3:42 a.m.