moodymudskipper / flow

View and Browse Code Using Flow Diagrams
https://moodymudskipper.github.io/flow/
Other
395 stars 26 forks source link

`exclude` argument to `flow_view_deps()` #80

Closed moodymudskipper closed 2 years ago

moodymudskipper commented 2 years ago

If the argument contains functions from different namespaces than displayed function they should be masked from dependencies, e.g. exclude = "shiny::NS", or just exclude = "NS" if shiny is attached.

If it contains functions from the same namespace they should be masked from the diagram completely (going a step further than trim).

moodymudskipper commented 2 years ago

We now have hide and demote

github-actions[bot] commented 1 year ago

This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.