listDocArgs | R Documentation |
Create a file in inst containing the description of all the arguments from the Rd file of a package
listDocArgs(dir, trace = TRUE)
dir |
the path to the directory containing the R package |
trace |
should the execution of the function be traced |
a list containing:
argByFunction name of the arguments of the functions/methods that are documented.
docByFunction description of the arguments of the functions/methods that are documented.
functionNames name of the functions/methods that are documented.
dfAll data.frame object gathering function names, argument names, and description of the arguments
## Not run:
res <- listDocArgs(file.path(pathGitHub(),"butils.base"))
res$functionNames
res$argByFunction
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.