R/function_graph.R
function_graph_single.Rd
Create a DiagrammeR graph that contains nodes of the type function
and
edges that have the relationship called_in
.
function_graph_single(pkgattrs_tbl, target_fn, pkg_name = NULL)
pkgattrs_tbl | A tibble object that contains package function
information. This is created by the |
---|---|
target_fn | the name of the function that is to be examined for its calls of package functions. |
pkg_name | An optional package name for filtering the tibble provided to
|