create_temp_draft: Create a Temp Draft from a R Markdown Template

View source: R/create_temp_draft.R

create_temp_draftR Documentation

Create a Temp Draft from a R Markdown Template

Description

Create a Temp Draft from a R Markdown Template

Usage

create_temp_draft(template, package = "bscContentHelpers", edit = FALSE)

Arguments

template

The name of the template

package

The name of the package that contains the template. Defaults to bscContentHelpers (the current package)

edit

Open the draft for editing Defaults to FALSE.

Value

The location of the temp file.

Examples

create_temp_draft("article")

rmlane/bscContentHelpers documentation built on Jan. 30, 2024, 9:43 a.m.