powered by
Apply all parsers relevant to extract info from just 1 code file.
parsers
extract.docs.file(f, parsers = NULL, ...)
File name of R code to read and parse.
Parser Functions to use to parse the code and extract documentation.
Other arguments to pass to Parser Functions.
# NOT RUN { f <- system.file("silly","R","silly.R",package="inlinedocs") extract.docs.file(f) # }
Run the code above in your browser using DataLab