envirDependencies | R Documentation |
Return all dependencies between functions in an environment
envirDependencies(envir)
envir |
: environment on which you want to search dependencies |
List with nodes and edges informations. Needed for visNetwork visualization.
dep <- envirDependencies('package:ibr')
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.