funDependencies: Return all dependencies from a function in an environment

Description Usage Arguments Value Examples

Description

Return all dependencies from a function in an environment

Usage

1
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

1
2
3
4
5
dep <- funDependencies('package:ibr','iterchoiceS1')
plot(dep)

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

datastorm-open/DependenciesGraphs documentation built on May 14, 2019, 7:54 p.m.