Get_Surveys_with_Clickouts_dt: This is the Limesurvey download function

View source: R/get_data.R

Get_Surveys_with_Clickouts_dtR Documentation

This is the Limesurvey download function

Description

Note: download of a multi-part survey will fail with an error that base64 conversion could not be made if at least one of the survey components has no data. This does not mean this function has a problem- it means you should wait for the data!

Usage

Get_Surveys_with_Clickouts_dt(Survey_IDs, language = "en")

Arguments

Survey_IDs

this is a vector with the Limesurvey survey IDs of all the parts in the correct order

language

this is a two character text string defining the survey language- "en" for English, "fr" for French, "de" for German, etc.

Examples

Cint_Surveys_0 <- Get_Surveys_with_Clickouts_dt(Survey_IDs_Cint)

bpresentati/surveyR documentation built on March 19, 2022, 3:40 a.m.