powered by
Creates manuscript/report or slide Quarto file and saves it into the docs/ folder.
docs/
create_doc(type = c("report", "slides"))create_report()create_slides()
create_report()
create_slides()
A created .qmd file in the docs/ folder.
.qmd
The file type (e.g. report, slides).
create_report(): Creates a report Quarto document in the docs/ folder.
create_slides(): Creates a Quarto document for making slides in the docs/ folder.
if (FALSE) { create_report() create_slides() }
Run the code above in your browser using DataLab