rev_fn_summary: Return a table with package functions call summary

View source: R/rev.R

rev_fn_summaryR Documentation

Return a table with package functions call summary

Description

Return a table with package functions call summary

Usage

rev_fn_summary(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 table with package functions call summary

Examples

rev_fn_summary(pkginspector_example("viridisLite"))

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