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

View source: R/create_doc.R

create_docR Documentation

Create a basic R Markdown document from a template.

Description

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

Usage

create_doc(type = c("report", "slides"))

create_report()

create_manuscript()

create_slides()

Arguments

type

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

Value

A created .Rmd file in the doc/ folder.

Functions

  • create_report(): Creates a report R Markdown document in the doc/ folder.

  • create_manuscript(): Creates a manuscript R Markdown document in the doc/ folder. Is the same as create_report().

  • create_slides(): Creates a R Markdown document for making slides in the doc/ folder.

Examples

## Not run: 
create_manuscript()
create_report()
create_slides()

## End(Not run)

prodigenr documentation built on Aug. 30, 2022, 1:11 a.m.