rev_recursive: Review recursive function calls

View source: R/rev_recursive.R

rev_recursiveR Documentation

Review recursive function calls

Description

rev_recursive() counts the number of functions that depend on each function in the package under review

#' @author Joyce Robbins https://github.com/jtr13

Usage

rev_recursive(path = ".", igraph_obj = NULL)

Arguments

path

Name of a source R package tar archive file, or path to the folder of an R package.

igraph_obj

igraph object for function calls dependencies returned by create_package_igraph()

Value

A two-column dataframe

Examples

## Not run: 
rev_recursive()

## End(Not run)

ropenscilabs/pkginspector documentation built on May 15, 2022, 5:30 a.m.