gs.data: 'Google Sheets' Data for '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 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("gs.data")

Examples

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

### 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")

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

Related to gs.data in odk...