MangoTheCat / functionMap

Draw the functions map for a R package
36 stars 8 forks source link

Handle code that is not a function #23

Closed gaborcsardi closed 8 years ago

gaborcsardi commented 8 years ago

If other functions are called from the body of the file (i.e. not from within a function, then these should be collected to some "virtual" function, maybe called _ or something special.