use_vignette: Create 'Rmd' vignette templates for HTML or PDF output

Description Usage Arguments Examples

Description

Create 'Rmd' vignette templates for HTML or PDF output

Usage

1
2
3
use_vignette_html(destination = tempfile(fileext = ".Rmd"))

use_vignette_pdf(destination = tempfile(fileext = ".Rmd"))

Arguments

destination

character(1) file path to destination. The directory of the destination must already exist, and the file must not. The default creates a file in the temporary directory, and so is removed when the R session ends.

Examples

1

aoles/BiocStyle documentation built on Oct. 15, 2021, 4:50 a.m.