extract_vignette_codes {packager}R Documentation

Extract and Save R Code Vignettes

Description

I want R code from different kinds of vignettes stored in inst/doc.

Usage

extract_vignette_codes(path = ".")

Arguments

path

Path to the package directory (see devtools::as.package).

Value

Invisibly NULL.


[Package packager version 1.15.3 Index]