listDocArgs: Get all the arguments from the Rd files

Description Usage Arguments Value Examples

View source: R/listDocArgs.R

Description

Create a file in inst containing the description of all the arguments from the Rd file of a package

Usage

1

Arguments

dir

the path to the directory containing the R package

trace

should the execution of the function be traced

Value

a list containing:

Examples

1
2
3
4
5
6
## Not run: 
res <- listDocArgs(file.path(pathGitHub(),"butils.base"))
res$functionNames
res$argByFunction

## End(Not run)

bozenne/butils.base documentation built on April 1, 2020, 6:13 p.m.