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

View source: R/odk.R

read.csvODKR Documentation

Read odk exported csv files to a single data frame

Description

Read odk exported csv files to a single data frame

Usage

read.csvODK(
  base_name = "censoPeic",
  form_rep = c("subquad", "tree", "sec_fuste", "rep_miss"),
  save_file = TRUE,
  dir_exp = getwd(),
  file_name = NULL
)

Arguments

base_name

Files prefix name and directory direction without extension

form_rep

Form repeat sections names in order

dir_exp

Data export directory

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 Sept. 17, 2022, 3:42 a.m.