funDependencies | R Documentation |
Return all dependencies from a function in an environment
funDependencies(envir, name.function)
envir |
: environment where you want to scherch dependencies |
name.function |
: Function name (in character) |
List with nodes and edges informations. Needed for visNetwork visualization.
dep <- funDependencies('package:ibr','iterchoiceS1')
plot(dep)
# size
plot(dep, height = "800px", width = "100%")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.