Description Usage Arguments Value Functions Examples
Creates manuscript/report or slide R Markdown file and saves it into the 'doc/' folder.
1 2 3 4 5 6 7 8 9 10 11 | create_doc(
type = c("report_docx", "report_html", "slides_pptx", "slides_html")
)
create_report_html()
create_slides_html()
create_report_docx()
create_slides_pptx()
|
type |
The file type (e.g. report, slides). |
A created '.Rmd' file in the 'doc/' folder.
create_report_html
: Creates a R Markdown document for a html report in the 'doc/' folder.
create_slides_html
: Creates a R Markdown document for making html slides in the 'doc/' folder.
create_report_docx
: Creates a R Markdown document for a Word report in the 'doc/' folder.
create_slides_pptx
: Creates a R Markdown document for making PowerPoint slides in the 'doc/' folder.
1 2 3 4 5 6 | ## Not run:
create_manuscript()
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.