Renders an RMarkdown notebook using upstartr::render_notebook
and then beeps.
run_notebook(
filename = "notebook.Rmd",
should_beep = TRUE,
should_render_notebook = TRUE
)
No return value, called for side effects
The filename for the RMarkdown notebook you want to render.
Either TRUE, FALSE, or pulled from the environment if set.
Either TRUE, FALSE, or pulled from the environment if set.