Skip to content
Discussion options

You must be logged in to vote

There isn't a direct path to the R environment from quarto::quarto_render() as its invoking an executable which in turn invokes R (this differs from rmarkdown::render() which does everything in R natively).

You can however call the knitr::purl() function on your qmd to extract all of the code into a .R script and proceed from there.

Replies: 1 comment 4 replies

Comment options

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

@jjallaire
Comment options

@cderv
Comment options

@cderv
Comment options

cderv Jan 6, 2023
Maintainer

Answer selected by erikerhardt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants