Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow quarto_render() to pass arbitrary arguments to quarto render #125

Closed
gadenbuie opened this issue Oct 6, 2023 · 1 comment
Closed
Labels
enhancement New feature or request
Milestone

Comments

@gadenbuie
Copy link

Currently quarto_render() doesn't include a way to access or directly set any quarto render arguments. It would be helpful, both for power users and for future flexibility to allow quarto_render() to at least take a vector of arguments much in the same way as pandoc_args currently works.

This is tangentially related to #81 as it would let users have a bit more control over the final quarto render call

@cderv cderv added this to the next version milestone Jan 23, 2024
@cderv cderv added the enhancement New feature or request label Jan 23, 2024
@cderv cderv closed this as completed in a546968 Jan 25, 2024
@cderv
Copy link
Collaborator

cderv commented Jan 25, 2024

I added quarto_args to make this more explicit. It will act the same as pandoc_args which was already a way to pass new options that would not be user-facing through the function's argument.

It should help with newer quarto version to use with this package before and update

cderv added a commit that referenced this issue Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants