-
Notifications
You must be signed in to change notification settings - Fork 24
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
quarto_render()
: invisibly return paths of all rendered files on success
#14
Comments
I added Quarto integration to https://github.com/ropensci/tarchetypes through new functions As for large volumes of parameterized reports, |
In fact, it would be really nice if |
Another edge case came up at ropensci/tarchetypes#107. If there is a simple |
Thanks for your feedback. I wonder if this kind of feature shouldn't be more generic that just the R package. I believe this discussion could be related quarto-dev/quarto-cli#2372 Probably |
Sure, sounds good. I opened quarto-dev/quarto-cli#2378 and referenced this thread. |
I opened an issue directly to track this more clearly in |
Thank you, this would really help! |
This would make it much nicer to use
quarto_render()
with @wlandau'stargets
package to produce large volumes of parameterized reports. Currently it's a bit painful to produce parameterized reports when there are multiple output formats and you would like to render to them all at once in a targets pipeline.If there some other easy way to programmatically access the names/paths of rendered files, that would also be great.
The text was updated successfully, but these errors were encountered: