checkobjects {cacher} | R Documentation |
Verify the integrity of objects cached in the database
checkobjects(num)
num |
code expression sequence number |
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
.
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.