pkgattrs: Get a table of info functions inside one or more packages

Description Usage Arguments

View source: R/pkgattrs.R

Description

Create a tibble of information related to each function available in one or several packages.

Usage

1
pkgattrs(..., .make_clean = TRUE, .get_cyclocomp = FALSE)

Arguments

...

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 from_github().

.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.


rich-iannone/pkgattrs documentation built on July 28, 2020, 7:42 p.m.