writeCsvToPathFromDictionary: Write CSV to Path From Dictionary

Description Usage Arguments

View source: R/io.R

Description

Write CSV to Path From Dictionary

Usage

1
2
writeCsvToPathFromDictionary(dataFrame, key, settings,
  open.directory = TRUE, ...)

Arguments

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 getOrCreatePath


KWB-R/kwb.monitoring documentation built on May 17, 2019, 1:06 p.m.