parseVignettes: Locates and parses all vignettes

View source: R/buildNonSweaveVignette.R

parseVignettesR Documentation

Locates and parses all vignettes

Description

Locates and parses all vignettes.

Usage

parseVignettes(path=".", pattern="[.][^.~]*$", ..., drop="^dummy.tex$")

Arguments

path

The directory where to search for vignettes.

pattern

Filename pattern to locate vignettes.

...

Additional arguments passed to parseVignette().

drop

A vector of filename patterns of vignette sources to be ignored.

Value

Returns a list where each element corresponds to an identified vignette source file. A file is considered to be a vignette source file if it has \Vignette.*{} markups in the top 50 lines. Each such vignette element consists of a named list with the parse \Vignette.*{} information.

Author(s)

Henrik Bengtsson


R.rsp documentation built on June 28, 2022, 1:05 a.m.