Nothing
The goal of readSX is to import survey data collected from the proprietary service SurveyXact. SurveyXact exports data in multiple tables: raw data, variable labels (and types), and value labels.
install.packages("readSX")
You can install the development version of readSX like so:
library(devtools)
devtools::install_github("sda030/readSX")
library(readSX)
ex_survey2_xlsx <-
read_surveyxact(filepath =
system.file("extdata", "ex_survey2.xlsx",
package = "readSX", mustWork = TRUE))
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.