use_vignette_html {BiocStyle}R Documentation

Create 'Rmd' vignette templates for HTML or PDF output

Description

Create 'Rmd' vignette templates for HTML or PDF output

Usage

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

use_vignette_html()


[Package BiocStyle version 2.22.0 Index]