View source: R/quarto_render_move.R
quarto_render_move | R Documentation |
quarto::quarto_render()
, but output file is moved to output_dir
The default quarto::quarto_render()
function can only render outputs
to the current working directory. This is a wrapper that moves the rendered
output to output_dir
.
quarto_render_move(input, output_file = NULL, output_dir = NULL, ...)
input |
Path to the input qmd file. |
output_file |
The name of the output file. If using |
output_dir |
Path to the output directory. |
... |
Other args passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.