Description Usage Arguments Examples
Set whether the output of the rendered R Markdown report should be attached to the email sent
1 | attach_report(include_report = TRUE)
|
include_report |
if TRUE, will include the output of the report. |
1 2 | attach_report(TRUE) # Default is true will return the output of the report
attach_report(FALSE) # Will not include the output of the report
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.