showobjects: Show objects for an expression

Description Usage Arguments Details Value See Also

View source: R/vizcache.R

Description

Show what objects are cached for a given expression

Usage

1

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


rdpeng/cacher documentation built on May 27, 2019, 3:06 a.m.