odk.frame: 'Google Sheets' or 'XLSForm' Dummy 'ODK' Frame

Description Usage Examples

Description

After develop a 'ODK' frame, we can link the frame to 'Google Sheets' and collect data through 'Android'. This data uploaded to a 'Google sheets'.The odk.frame is a 'ODK' data frame. The gs.data is a 'Google sheets' data collected though odk.frame file. Both odk.frame and gs.data are in 'xlsx' format. To develop your own 'ODK' frame visit https://build.opendatakit.org/

Usage

1
data("odk.frame")

Examples

1
2
3
4
5
6
7
library(odk)
data(odk.frame)
data(gs.data)

### For convert 'odk.frame' to 'SPSS' frame and input Corresponding 'Google Sheets' data

odk2spss(xlsx=odk.frame, pc.data=gs.data, out.path="spss.sps")

Example output

SPSS syntax file for SPSS data frame created
in directory-- /work/tmp/tmp/RtmpEC2LgC 

odk documentation built on May 2, 2019, 1:14 p.m.

Related to odk.frame in odk...