create_doc: Create a basic R Markdown document from a template.

Description Usage Arguments Value Functions Examples

View source: R/create_doc.R

Description

Creates manuscript/report or slide R Markdown file and saves it into the 'doc/' folder.

Usage

 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()

Arguments

type

The file type (e.g. report, slides).

Value

A created '.Rmd' file in the 'doc/' folder.

Functions

Examples

1
2
3
4
5
6
## Not run: 
create_manuscript()
create_report()
create_slides()

## End(Not run)

jfangmeier/mnproject documentation built on Feb. 3, 2022, 7:21 p.m.