usethis icon indicating copy to clipboard operation
usethis copied to clipboard

[Feature Request] Add _quarto.yml file to convert RStudio projects to Quarto projects

Open mhpob opened this issue 1 year ago • 0 comments

In RStudio, creating a new project via:

File > New Directory > New Project or File > New Directory > Quarto Project

seems to do the same thing, the only difference being the addition of a "_quarto.yml" in the Quarto Project case.

project:
   title" "project-title"

editor: visual


It would be nice to add something like use_quarto_yml() to "back transform" RStudio projects into Quarto projects.

mhpob avatar Aug 09 '22 15:08 mhpob