render_notebook: Renders out an RMarkdown notebook.
Description
Renders an RMarkdown notebook using upstartr::render_notebook
and then beeps.
Usage
render_notebook(notebook_file, output_dir = dir_reports())
Value
No return value, called for side effects
Arguments
- notebook_file
The path for the RMarkdown notebook you're rendering.
- output_dir
The directory to write the outputs to.