-
DescriptionHello, on the Quarto website, it says "Quarto can render most existing Rmd files without modification." Can someone please explain why this would be useful? I was able to use the quarto_render() function to render a Rmd file, but what advantage does this have over just rendering with r markdown? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
mcanouil
Sep 6, 2024
Replies: 1 comment
-
You don't need to start R. You can render from the command line using Quarto CLI. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jleclai2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You don't need to start R. You can render from the command line using Quarto CLI.
The
quarto
R package is only a wrapper that uses Quarto CLI.