Import .Rmd (R Notebook) and .qmd (Quarto) files #336
GitHunter0
started this conversation in
Ideas
Replies: 1 comment
-
Thanks, this is an interesting idea. Unfortunately I currently don’t have the capacity to implement it myself but I am happy to consider pull requests. There are probably some non-obvious things that need to be thought about carefully when implementing this, since code is executed differently in notebooks than in regular R files (for example, ‘knitr’ messes with the working directory) but it might work. |
Beta Was this translation helpful? Give feedback.
0 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.
-
I almost don't use
.R
files anymore since I find Quarto and R Notebooks provide a way better experience.What do you think about supporting the import of
.Rmd
and.qmd
files?box
could useknitr::purl()
under the hood to accomplish that.Thank you
Beta Was this translation helpful? Give feedback.
All reactions