readAudit.csvODK: Read odk exported audit csv files to a single data frame

View source: R/odk.R

readAudit.csvODKR Documentation

Read odk exported audit csv files to a single data frame

Description

Read odk exported audit csv files to a single data frame

Usage

readAudit.csvODK(
  base_files,
  save_file = TRUE,
  dir_exp = getwd(),
  file_name = NULL
)

Arguments

dir_exp

Data export directory

base_name

Files prefix name and directory direction without extension

form_rep

Form repeat sections names in order

data_type

Long or short version of the data

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 June 10, 2025, 1:11 p.m.