R/tidylist.R
tidylist_write.Rd
Write a list of CSV files.
tidylist_write(x, path = ".", fst = FALSE, verbose = TRUE)
Object to write.
Path to file.
If TRUE, write fst, otherwise csv.
Print a message if TRUE.
Christoph Sax