| extract.docs.file {inlinedocs} | R Documentation |
Apply all parsers relevant to extract info from just 1 code file.
extract.docs.file(f, parsers = NULL, ...)
f |
File name of R code to read and parse. |
parsers |
Parser Functions to use to parse the code and extract documentation. |
... |
Other arguments to pass to Parser Functions. |
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]
f <- system.file("silly","R","silly.R",package="inlinedocs")
extract.docs.file(f)