View source: R/create_report.R
Create an analysis report
1 2 3 4 5 6 7 8 9 10 11 | analysis.report(
interface = T,
data,
year = 2019,
author = "Cliff Clavin",
email = "cliff@fws.gov",
phone = "555-867-5309",
output_file = "report.pdf",
output_dir = getwd(),
...
)
|
interface |
if |
data |
input data |
year |
a numeric value indicating the year of the desired report |
author |
the name of the report author |
output_file |
output file name in render. Default is "report.html". |
output_dir |
output directory for report in render. Default is user's current directory. |
... |
other arguments to be passed to render. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.