apply.parsers: apply parsers

Description Usage Arguments Value Author(s)

Description

Parse code to r objs, then run all the parsers and return the documentation list.

Usage

1
2
apply.parsers(code, parsers = default.parsers, verbose = FALSE, 
    inlinedocs.exampleDir, inlinedocs.exampleTrunk, ...)

Arguments

code

Character vector of code lines.

parsers

List of Parser Functions.

verbose

Echo names of Parser Functions?

inlinedocs.exampleDir

A string pointing to the location where inlinedocs should search for external examples

inlinedocs.exampleTrunk

A string used to identify the files containing external examples in the example directory. All file names of external examples have to start with this string

...

Additional arguments to pass to Parser Functions.

Value

A list of extracted documentation from code.

Author(s)

Toby Dylan Hocking <toby@sg.cs.titech.ac.jp> [aut, cre], Keith Ponting [aut], Thomas Wutzler [aut], Philippe Grosjean [aut], Markus Müller [aut], R Core Team [ctb, cph]


inlinedocs documentation built on May 2, 2019, 4:44 p.m.