tryReportFileCreation {IFC} | R Documentation |
Report File Creation
Description
Checks if report files can be created.
Usage
tryReportFileCreation(fileName, write_to, overwrite = FALSE)
Arguments
fileName |
default fileName path. |
write_to |
pattern used to export file(s).
Placeholders, like c("%d/%s_fromR.pdf", "%d/%s_fromR.csv"), will be substituted: |
overwrite |
whether to overwrite file or not. Default is FALSE. Note that if TRUE, it will overwrite file. In addition a warning message will be sent. |
Value
a list with path(s) to pdf and csv file and overwritten status
[Package IFC version 0.2.1 Index]