You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a bit akward, but technically we can have a nice webpage or shiny app that would do the same.
Instead (or on top) of printing, we'd store results in a nested list, and offer a nice interface to explore it.
I can imagine something with tabs as in {covr}, so if we rig_in_namespace several functions each call would get a tab, so we'd explore nesting by expanding the tree, and recursive rigged functions by clicking on calls that would open the relevant tab, intermediate results would be easy to print or fetch.
The text was updated successfully, but these errors were encountered:
Using View is a hack but would still be helpful,
We'd call
boom(subset(head(mtcars, 1 + 1), qsec > 17), view = TRUE)
and have this happen, simulated here by :This is a bit akward, but technically we can have a nice webpage or shiny app that would do the same.
Instead (or on top) of printing, we'd store results in a nested list, and offer a nice interface to explore it.
I can imagine something with tabs as in {covr}, so if we
rig_in_namespace
several functions each call would get a tab, so we'd explore nesting by expanding the tree, and recursive rigged functions by clicking on calls that would open the relevant tab, intermediate results would be easy to print or fetch.The text was updated successfully, but these errors were encountered: