extract.docs.file {inlinedocs} | R Documentation |
extract docs file
Description
Apply all parsers
relevant to extract info from just 1 code file.
Usage
extract.docs.file(f,
parsers = NULL, ...)
Arguments
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. |
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]
Examples
f <- system.file("silly","R","silly.R",package="inlinedocs")
extract.docs.file(f)
[Package inlinedocs version 2023.9.4 Index]