R/lsdf_for_language.R
lsdf_for_language.Rd
This is used when exporting surveys to LimeSurvey's TSV format.
lsdf_for_language(
language,
groups,
exportGroupIdMapping,
exportQuestionIdMapping,
backupLanguage,
silent = limonaid::opts$get("silent")
)
The language for which to produce the data frame.
The groups object in the Survey object.
Used to map Survey object identifier onto the identifier model used in the LimeSurvey TSV.
The language to get content from if not available in the primary language
Whether to be silent or chatty.
Invisibly, the Survey
object.