View source: R/ls_parse_data_import_script.R
ls_parse_data_import_script | R Documentation |
This function extracts specific code bits from the LimeSurvey data
import R script, which can then be applied to imported data using
ls_apply_script_bits()
, for example to update variable names, set
labels, etc.
ls_parse_data_import_script( scriptfile = NULL, scriptEncoding = limonaid::opts$get("encoding"), silent = limonaid::opts$get("silent") )
scriptfile |
The path and filename of the script file. |
scriptEncoding |
The encoding of the script file; can be used
to override the setting in the |
silent |
Whether to be silent or verbose ('chatty'). |
A list with four components.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.