write_lsd: Save Survey Data from LUCA Office Using a Specified Write...

write_lsdR Documentation

Save Survey Data from LUCA Office Using a Specified Write Function

Description

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.

Usage

write_lsd(survey_data, export_folder = "lsd_csv", write_function)

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.

write_function

Function which is used to save the different tables included in the prepared survey data.

Value

write_lsd() returns the input ‘survey_data’ invisibly.


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