moodymudskipper / flow

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

flow_view_vars focused on single variable, possible multiple scripts ? #108

Open moodymudskipper opened 2 years ago

moodymudskipper commented 2 years ago

I think flow_view_vars() works well with good functions BUT :

Then the whole web is too much.

A use case : I read data from a csv, show me everything that is impacted by this data.

I need to know what scripts are in scope and in which order they're run, both can have smart defaults, if expand is FALSE the order of scripts doesn't matter.

flow_view_var() ? (without "s")

moodymudskipper commented 2 years ago

The opposite view is also interesting, show me everything that led to building a given variable.