write_lsd_csv: Save Survey Data from LUCA Office in CSV Files

write_lsd_csvR Documentation

Save Survey Data from LUCA Office in CSV Files

Description

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,

Usage

write_lsd_csv(survey_data, export_folder = "lsd_csv")

write_lsd_csv2(survey_data, export_folder = "lsd_csv")

Arguments

survey_data

List including the result object from the function prepare_lsd().

export_folder

Folder to which the csv files including the workflow data are exported.

Value

⁠write_lsd_*()⁠ returns the input ‘survey_data’ invisibly.

Examples


# 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)


LucaOffice/lucar documentation built on Dec. 5, 2023, 5:14 a.m.