Description Usage Arguments Value Author(s)
Parse code to r objs, then run all the parsers and return the documentation list.
1 2  | apply.parsers(code, parsers = default.parsers, verbose = FALSE, 
    inlinedocs.exampleDir, inlinedocs.exampleTrunk, ...)
 | 
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.  | 
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]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.