write_lsd | R Documentation |
This function does the heavy lifting for the write functions
write_lsd_csv()
and write_lsd_csv2()
and allows to flexibly define
additional functions to save the survey data.
write_lsd(survey_data, export_folder = "lsd_csv", write_function)
survey_data |
List including the result object from the function
|
export_folder |
Folder to which the csv files including the workflow data are exported. |
write_function |
Function which is used to save the different tables included in the prepared survey data. |
write_lsd()
returns the input ‘survey_data’ invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.