View source: R/connect_email.R
suppress_scheduled_email | R Documentation |
This function is useful for suppressing the scheduled emailing of a published R Markdown document. It can be invoked anywhere in the R Markdown document and is useful in a conditional statement, where the result of the condition determines whether or not email suppression should occur.
suppress_scheduled_email(suppress = TRUE)
suppress |
A logical value for whether email suppression should occur
after publication. By default, this is |
Since this function needs to be invoked within an R Markdown document, the
chunk option echo=FALSE
is useful here (so that viewers of the rendered
document don't have to unnecessarily read code related to email suppression).
While the output is invisible, any errors related to the use of this function
will be visible to the author.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.