write_lsd_csv | R Documentation |
After preparing survey data from LUCA office using prepare_lsd()
, you
can use write_lsd_csv()
or write_lsd_csv2()
to save the various tables
returned from prepare_lsd()
in form of CSVs,
write_lsd_csv(survey_data, export_folder = "lsd_csv")
write_lsd_csv2(survey_data, export_folder = "lsd_csv")
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_lsd_*()
returns the input ‘survey_data’ invisibly.
# Searches in the current working directory and all subdirectories for log data from LUCA office
# and prepares the data, which is then use in write_workflow_data to save the part including the
# workflow data as csv
## Not run:
survey_data <- prepare_lsd()
write_lsd_csv2(survey_data)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.