View source: R/project_visualiser.R
identify_dependencies | R Documentation |
Identify dependencies between functions.
identify_dependencies(v_unique_foo, pkg_env = environment())
v_unique_foo |
Vector of unique function strings. |
pkg_env |
The package environment where the functions are defined (e.g. global). |
A dataframe with two columns ("from" and "to") representing the dependencies.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.