| create_doc | R Documentation |
Creates manuscript/report or slide Quarto file and saves it into
the docs/ folder.
create_doc(type = c("report", "slides"))
create_report()
create_slides()
type |
The file type (e.g. report, slides). |
A created .qmd file in the docs/ folder.
create_report(): Creates a report Quarto document in the docs/ folder.
create_slides(): Creates a Quarto document for making slides in the docs/ folder.
## Not run:
create_report()
create_slides()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.