Create a tibble of information related to each function available in one or several packages.
pkgattrs(..., .make_clean = TRUE, .get_cyclocomp = FALSE)
... | A series of objects pointing to package locations. These can be
strings with paths to local package directories, or, invocations of helper
functions such as |
---|---|
.make_clean | An option to clean the working directory of any temporary package files downloaded from GitHub. |
.get_cyclocomp | An option to include a measure of each function's cyclomatic complexity. |