Skip to content

Can't specify output directory with quarto_render() #81

@lawalter

Description

@lawalter

There is no parameter for quarto_render() that allows the user to set a desired output directory when rendering a .qmd document.

In rmarkdown::render() this functionality is seen with the output_dir parameter.

The use case I have for setting an output directory, other than it being generally useful, is rendering a .qmd template from an R package. Currently, quarto_render() attempts to write the output document to the location of the template in the R package directory. This therefore limits the utility of quarto templates in R packages. I would like to see quarto_render() to work as rmarkdown::render() does, which allows users to set an output directory for the destination of a rendered template.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestupstreamconcerns an upstream library like quarto or pandoc

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions