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

BiocStyle documentation built on Nov. 26, 2020, 2:01 a.m.