powered by
getGraphData
getGraphData( path = "./", excluded_packages = c(""), package_types = c("imports", "depends") )
net_data graph data
Path to package
Packages to exclude
Types of packages to be included in the result. Default: c("imports", "depends") Available types are: "imports", "depends", "suggests", "enhances", "linkingto"
# Only run in interactive session if (interactive()) { graphData <- getGraphData() }
Run the code above in your browser using DataLab