The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

Explore Nested Functions

Many times a function will contain another function definition, these will not always be very readable in the body of the main function. {flow} offers a way to visualize those.

When using flow on the main function, a message will signify what nested functions can be viewed. The base function bquote is a good example.

library(flow)
flow_view(bquote)

We can then inspect those by using the nested_fun argument, with a numeric id or a name (if unambiguous)

flow_view(bquote, nested_fun = "unquote")

flow_view(bquote, nested_fun = 3)

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.