mkvig: Compile and View Vignettes from the Command Line

Description Usage Arguments Details See Also Examples

View source: R/mkvig.R

Description

Compile the indicated vignette and open it in the browser.

Usage

1
  mkvig(vig = NULL)

Arguments

vig

character, name of a vignette without .Rmd extension

Details

In order to reduce package space and check time, pre-built vignettes are not included in the package. mkvig is a convenience function to compile the vignettes on demand and view them in a browser.

The available vignettes for mkvig are listed here:

Note that pandoc (including pandoc-citeproc), as a system dependency of rmarkdown, is required to build the vignettes.

See Also

The vignettes can also be run using e.g. demo("glucose"), and through the interactive help system (help.start > Packages > canprot > Code demos).

Examples

1
2
3
4
## Not run: 
mkvig("colorectal")

## End(Not run)

canprot documentation built on Jan. 17, 2022, 9:06 a.m.