View source: R/ExportToReport.R
tryReportFileCreation | R Documentation |
Checks if report files can be created.
tryReportFileCreation(fileName, write_to, overwrite = FALSE)
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. |
a list with path(s) to pdf and csv file and overwritten status
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.