Skip to content

Add option to specify output directory in quarto_render() #281

Description

@JTCDCTWB

Currently, the quarto_render() function does not have a parameter to specify the output directory for rendered files. As a result, output files (e.g., HTML, PDF, DOCX) are always generated in the same directory as the source .qmd file, which can be inconvenient for organizing projects.

It would be very helpful to add an argument like output_dir to quarto_render(), similar to rmarkdown::render(output_dir = "path/to/folder"), so that users can control where the rendered files are saved.

This would improve workflow flexibility, especially in automated or reproducible reporting pipelines.

Thank you!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions