funDependencies: Return all dependencies from a function in an environment

View source: R/VisGraphAuto.R

funDependenciesR Documentation

Return all dependencies from a function in an environment

Description

Return all dependencies from a function in an environment

Usage

funDependencies(envir, name.function)

Arguments

envir

: environment where you want to scherch dependencies

name.function

: Function name (in character)

Value

List with nodes and edges informations. Needed for visNetwork visualization.

Examples


dep <- funDependencies('package:ibr','iterchoiceS1')
plot(dep)

# size
plot(dep, height = "800px", width = "100%")


datastorm-open/DependenciesGraphs documentation built on Aug. 6, 2024, 4:15 p.m.