gs.data {odk} | R Documentation |
'Google Sheets' Data for 'odk.frame'
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
data("gs.data")
Examples
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")
[Package odk version 1.5 Index]