Description Usage Arguments Value Examples
returns the filename with its path of the report generated by easyreporting
| 1 | 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.