Skip to contents

Shortcut function to create a new .Rmd file using Schola standard templates and open it for editing.

Usage

draft_pdf(name = "pdf_draft", open = TRUE)

draft_word(name = "word_draft", open = TRUE)

Arguments

name

character, name to use for new file. With or without file extension.

open

logical, whether to open file for editing, defaults to TRUE.

Value

Path to the created file (invisibly).

See also

Other Workflow helpers: gd_download_folder(), manage_docx_header_logos()

Examples

if (FALSE) {
draft_pdf("best_report")
}