apply.parsers: apply parsers

apply.parsersR Documentation

apply parsers

Description

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

Usage

apply.parsers(code, parsers = default.parsers, 
    verbose = FALSE, 
    ...)

Arguments

code

Character vector of code lines.

parsers

List of Parser Functions.

verbose

Echo names of Parser Functions?

...

Additional arguments to pass to Parser Functions.

Value

A list of extracted documentation from code.

Author(s)

Toby Dylan Hocking <toby.hocking@r-project.org> [aut, cre], Keith Ponting [aut], Thomas Wutzler [aut], Philippe Grosjean [aut], Markus Müller [aut], R Core Team [ctb, cph]


inlinedocs documentation built on Oct. 19, 2023, 1:06 a.m.