You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think flow_view_vars() works well with good functions BUT :
If we have a very messy function
If we have numerous scripts (to be run in a sequence ?)
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")
The text was updated successfully, but these errors were encountered:
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
isFALSE
the order of scripts doesn't matter.flow_view_var()
? (without "s")The text was updated successfully, but these errors were encountered: