powered by
This function creates an object of class pkgdepR, representing the network of function calls between one or more packages.
pkgdepR
deps(pkg, exported_only = FALSE)
A character vector of the environments to explore. Should be on the search path. Cannot be base.
base
Boolean. Whether to include non-exported functions.
An object of class pkgdepR.
An object of class pkgdepR is a list with three named objects:
funs: a data frame describing the functions. Contains columns id, label, package, exported, group, and name.
funs
id
label
package
exported
group
name
links: a data frame containing the linkages between functions. Contains columns from and to.
links
from
to
pkg: a character vector containing the packages explored.
pkg
# NOT RUN { library(pkgdepR) deps(pkg = "pkgdepR") # }
Run the code above in your browser using DataLab