Write CSV to Path From Dictionary
writeCsvToPathFromDictionary(dataFrame, key, settings, open.directory = TRUE, ...)
dataFrame | data frame containing data to save |
---|---|
key | key in settings$dictionary to be resolved to file path |
settings | list of settings with elements dictionary, outsep, outdec |
open.directory | if TRUE (default), the directory in which the file is created is opened in the Windows Explorer after the file has been written. |
... | arguments passed to |