Learn R Programming

ProjectTemplate (version 0.11.0)

.read.cache.info: Read metadata for a variable in the cache

Description

Read metadata for a variable in the cache

Usage

.read.cache.info(variable)

Value

list with metadata, see Details for more info.

Arguments

variable

Variable name for which to look up the metadata

Details

The returned object is a list with two fields:

  • in.cache: Logical indicating whether the requested variable was found in the cache

  • hash: A data.frame as was created by .create.cache.hash