attach_report: Set whether the output of the rendered R Markdown report...

Description Usage Arguments Examples

Description

Set whether the output of the rendered R Markdown report should be attached to the email sent

Usage

1
attach_report(include_report = TRUE)

Arguments

include_report

if TRUE, will include the output of the report.

Examples

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

tareefk/rschelpr documentation built on May 18, 2019, 1:31 p.m.