datastorm-open / DependenciesGraphs

61 stars 13 forks source link

gloablenv #6

Open azzaea opened 4 years ago

azzaea commented 4 years ago

Hi!

Thank you for the very useful package. I was wondering if there is an option to visualize dependencies between functions in my global environment somehow? I tried:

dep <- envirDependencies(globalenv())
dep <- envirDependencies("R_GlobalEnv")

both giving the error:

Error in loadNamespace(name) : there is no package called ‘NA’

Thank you, Azza