Description Usage Arguments Value Examples
returns the report filename with path
1 2 | ## S4 method for signature 'easyreporting'
getReportFilename(object)
|
object |
an easyreporting class object |
a string of report file name with path
1 2 3 4 5 6 | ## Not run:
rd <- easyreporting(filenamePath="./project_report",
title="example_report", author=c("It's me"))
(rep <- getReportFilename(rd))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.