| apply.parsers {inlinedocs} | R Documentation |
Parse code to r objs, then run all the parsers and return the documentation list.
apply.parsers(code, parsers = default.parsers, verbose = FALSE,
...)
code |
Character vector of code lines. |
parsers |
List of Parser Functions. |
verbose |
Echo names of Parser Functions? |
... |
Additional arguments to pass to Parser Functions. |
A list of extracted documentation from code.
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]