inlinedocs (version 2013.9.3)

apply.parsers: 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