joinODK | R Documentation |
Join odk exported csv files on a single data frame object
joinODK(csvDir = getwd(), expDir = getwd(), saveFile = TRUE)
csvDir |
directory direction to ODK csv exported files |
expDir |
Data export directory |
saveFile |
logical, if TRUE file will be saved in expDir |
'joinODK' returns txt files that merge ODK csv files exported and keep the csv files in the baseData directory.
Alexandre Adalardo de Oliveira aleadalardo@gmail.com
## Not run:
joinODK(csvDir = getwd(), saveFile = TRUE, expDir = getwd())
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.