View source: R/export_with_languages.R
export_with_languages | R Documentation |
Sometimes it is useful to export a version of a survey with a different primary language, and/or less additional languages. This function allows that.
export_with_languages(
x,
language,
path,
additional_languages = NULL,
new_sid = x$sid,
backupLanguage = x$language,
prefix = "limesurvey--",
suffix = "",
parallel = TRUE
)
x |
The Survey object. |
language |
The desired primary language. |
path |
The path where to save the .TSV file. |
additional_languages |
If specified, the selection of additional
languages. If not specified, the survey's primary language will just be
switched to |
new_sid |
If specified, a new sid to use. |
backupLanguage |
The language to use if an element is not specified in one of the languages. |
prefix |
The prefix to use in the filename. |
suffix |
The suffix to use in the filename. |
parallel |
Whether to use multiple cores when exporting the survey. |
Invisibly, the cloned and altered survey object.
### Add later
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.