quarto::quarto_render()
, but output file is moved to output_dir
R/quarto_render_move.R
quarto_render_move.Rd
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, ...)
Path to the input qmd file.
The name of the output file. If using NULL
then the
output filename will be based on filename for the input file.
Path to the output directory.
Other args passed to quarto::quarto_render()