moodymudskipper / flow

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

flow_view_vars considers variables after `$` #112

Closed moodymudskipper closed 1 year ago

moodymudskipper commented 1 year ago
flow_view_vars(function(x, a) x$a)

Usually we don't see these item names since they aren't connected to anything, but in this case it wrongly indicates than a was used.

moodymudskipper commented 1 year ago

It's not always though, this works ok:

flow_view_vars(function(x, a) {x$a; x}) 
github-actions[bot] commented 9 months 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.