extract.docs.file {inlinedocs} | R Documentation |
Parse an R code file and extract inline documentation from comments around each function.
extract.docs.file(code.file, write.examples = TRUE)
code.file |
The R code file to parse. |
write.examples |
Gather examples from test files? |
named list of lists. Each element is the result of a call to extract.docs.fun, with names corresponding to functions found in the R code file.
Toby Dylan Hocking <toby.hocking@etu.upmc.fr>