showobjects {cacher}R Documentation

Show objects for an expression

Description

Show what objects are cached for a given expression

Usage

showobjects(num)

Arguments

num expression sequence number

Details

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.

Value

A character vector containing the names of the objects

See Also

loadcache, code


[Package cacher version 1.0 Index]