Skip to contents

Creates manuscript/report or slide Quarto file and saves it into the docs/ folder.

Usage

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

create_report()

create_slides()

Arguments

type

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

Value

A created .qmd file in the docs/ folder.

Functions

  • create_report(): Creates a report Quarto document in the docs/ folder.

  • create_slides(): Creates a Quarto document for making slides in the docs/ folder.

Examples

if (FALSE) { # \dontrun{
create_report()
create_slides()
} # }