Returns a table that links all exported functions and their aliases to their documentation (`man` files),
the R scripts containing them, and the test scripts that reference them.
Usage
create_traceability_matrix(
pkg_name,
pkg_source_path,
func_covr,
verbose = FALSE
)
Arguments
- pkg_name
name of package
- pkg_source_path
path to a source package
- func_covr
function coverage
- verbose
Logical (`TRUE`/`FALSE`). If `TRUE`, show any warnings/messages per function.
Value
a tibble with traceability matrix