checkobjects {cacher}R Documentation

Verify cached objects

Description

Verify the integrity of objects cached in the database

Usage

checkobjects(num)

Arguments

num code expression sequence number

Details

If num is missing, then all of the objects from all of the expressions are checked. Otherwise, checkobjects only checks objects in the expressions specifiedy by num.

Value

A list of length equal to the number of code expressions specified. Each element of the list is a logical vector indicating which objects fo that expression were verified. In the output, TRUE indicates that the object was verified and FALSE indicates otherwise.


[Package cacher version 1.0 Index]