Write a list of STCS dataset into CSV file
write.RdWrite a list of STCS dataset into CSV file
Arguments
- stcs
- a list of STCS datasets 
- dir
- chr. Path of the directory containing the exported files data. Dir is created if it does not exists. 
- delim
- the column delimiting character passed to - write_delim(). Default is ", ".
- progress
- Function or lgl. Argument pass to - write_delim()Default is FALSE.
- na
- character string used for missing values. Passed to - write_delim(). Default is "".
- ...
- other arguments passed to - write_delim().