stack_view {taber} | R Documentation |
See what's on the stack
Description
This is primarily to help with debugging.
Usage
stack_view(x)
Arguments
x |
optional string. If supplied it should match the name of an object in the package enviroment. The value of the corresponding variable will be returned. If missing, a list of all objects in the package enviroment. |
Note
Note that graft
does not delete objects from the environment.
[Package taber version 0.1.2 Index]