surveyImport | R Documentation |
The function stream survey Form defination and generates a list of datasets; choices survey, variable type,and variable name against the labels.
surveyImport(
servername,
formid,
username,
password,
language = "",
dataName = NULL
)
servername |
Servername where the data is hosted |
formid |
Form ID is the data to be streamed |
username |
Server username |
password |
Sever password |
language |
XLS form language to add the labels |
dataName |
Name of the datset to be stored in R memory. |
#NOT RUN
dd<-surveyImport(Sys.getenv("servername"),'VAVS_CRF_06',Sys.getenv("username"),Sys.getenv("password"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.