moodymudskipper / flow

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

funflow doesn't like functions that use `function()` #19

Closed moodymudskipper closed 4 years ago

moodymudskipper commented 4 years ago

minimal example:


test <- function(x){
  ## a
  function(x) {} 
}
funflow::view_flow(test, prefix = "##")
moodymudskipper commented 4 years ago

solved

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.