surveyImport: Import the survey Form Definition and Generates the Labels...

surveyImportR Documentation

Import the survey Form Definition and Generates the Labels dateframes

Description

The function stream survey Form defination and generates a list of datasets; choices survey, variable type,and variable name against the labels.

Usage

surveyImport(
  servername,
  formid,
  username,
  password,
  language = "",
  dataName = NULL
)

Arguments

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.

Examples

#NOT RUN
 dd<-surveyImport(Sys.getenv("servername"),'VAVS_CRF_06',Sys.getenv("username"),Sys.getenv("password"))

Waiguru254/surveycto documentation built on July 4, 2024, 11:30 a.m.