How can I run quarto_render with Rscript_call() #2778
Answered
by
lucygarner
lucygarner
asked this question in
Q&A
-
Hi, I usually run Rmarkdown render with
I would like to do the same thing but with
ERROR:
|
Beta Was this translation helpful? Give feedback.
Answered by
lucygarner
Oct 10, 2022
Replies: 1 comment
-
I managed to fix this. It was an error in the output_format argument. For quarto, it should be "html" rather than "html_document". |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lucygarner
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I managed to fix this. It was an error in the output_format argument. For quarto, it should be "html" rather than "html_document".