create_doc {prodigenr}R Documentation

Create a basic Quarto document from a template.

Description

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

Examples

## Not run: 
create_report()
create_slides()

## End(Not run)

[Package prodigenr version 0.7.0 Index]