showobjects {cacher} | R Documentation |
Show what objects are cached for a given expression
showobjects(num)
num |
expression sequence number |
Given an expression sequence number, showobjects
shows what
objects were created (and hence cached) by that expression. These
objects can subsequently be loaded into the workspace with
loadcache
. If num
is a sequence, then a single
character vector is returned containing the union of the names of the
objects cached.
Expression sequence numbers can be obtained by calling code
.
A character vector containing the names of the objects