quarto::quarto_render(), but output file is moved to output_dirR/quarto_render_move.R
quarto_render_move.RdThe 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()