Automated reporting in a Quarto blog #2261
Unanswered
VirginiaWoloshen
asked this question in
Q&A
Replies: 1 comment 3 replies
-
I am not sure to follow, you want to create a Quarto document from a Quarto document? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, I've been using a parameterized quarto template to generate reports. I pass the parameter to
quarto_render(input = "template.qmd", execute_params = list(param1 = param_example), output_file = paste("./", param_example, "_report.html", sep = ""))
but this renders the html file which is fine for one off events but I would like to auto-generate a blog post on a Quarto blog with this. Can the output_file be an .qmd file (required for blog post listings) or is there some way for me to do this dynamically?
Beta Was this translation helpful? Give feedback.
All reactions