extract.docs.file | 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.hocking@r-project.org> [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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.