run_notebook | R Documentation |
Renders an RMarkdown notebook using upstartr::render_notebook
and then beeps.
run_notebook(
filename = "notebook.Rmd",
should_beep = TRUE,
should_render_notebook = TRUE
)
filename |
The filename for the RMarkdown notebook you want to render. |
should_beep |
Either TRUE, FALSE, or pulled from the environment if set. |
should_render_notebook |
Either TRUE, FALSE, or pulled from the environment if set. |
No return value, called for side effects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.