Skip to content
Discussion options

You must be logged in to vote

I would say there is nothing specific about Quarto that would prevent running from task scheduler using any of the approach in the post.

Quarto is CLI tool first, so I would use a .bat (cmd) or .ps1 (powershell) script that would call quarto render for your document.
If you want to go the R way, then you can use the quarto R package indeed.

Only thing you need to take care of is be sure that Windows can find quarto binary from the scheduled tasks. I am thinking that if you are using Quarto only from RStudio for example, the CLI tool won't be in PATH, and only accessible from within RStudio IDE.
If you install Quarto with installer (https://quarto.org/docs/get-started/) then it should be p…

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by mm225022
Comment options

You must be logged in to vote
1 reply
@cderv
Comment options

Comment options

You must be logged in to vote
4 replies
@cderv
Comment options

@johnmackintosh
Comment options

@cderv
Comment options

@johnmackintosh
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
3 participants