Learn R Programming

DependencyReviewer (version 1.2.3)

getGraphData: getGraphData

Description

getGraphData

Usage

getGraphData(
  path = "./",
  excluded_packages = c(""),
  package_types = c("imports", "depends")
)

Value

net_data graph data

Arguments

path

Path to package

excluded_packages

Packages to exclude

package_types

Types of packages to be included in the result. Default: c("imports", "depends") Available types are: "imports", "depends", "suggests", "enhances", "linkingto"

Examples

Run this code
# Only run in interactive session
if (interactive()) {
  graphData <- getGraphData()
}

Run the code above in your browser using DataLab