moodymudskipper / flow

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

have option to modify if expressions when the assignment is first #26

Closed moodymudskipper closed 4 years ago

moodymudskipper commented 4 years ago

so :

x <- if(cond) yes else no

will be changed into

if(cond) x <- yes else x <- no

Which will allow the diagrams to be drawn.

see for instance subset.data.frame

moodymudskipper commented 4 years ago

done

github-actions[bot] commented 2 years 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.