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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.