knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(snxt)
## the following command will pull the data contained in the surveycto (version > 2.70) form with formid = myformid into the dataframe df. 
df<-pull_data("myformid","myservername","myusername","keyfile","mypassword")
## if you are using surveycto version older than 2.70, use the following command
df<-pull_data("myformid","myservername","myusername","keyfile",newserver = F)


Anoopsinghrawat/snxt documentation built on Sept. 16, 2020, 1:46 a.m.