Skip to contents

Is object stored in memory?

Usage

isInMemory(obj)

Arguments

obj

Object, checks

Value

Logical value, TRUE if object is stored in memory, FALSE if on disk.

Examples

if (FALSE) { # \dontrun{
isInMemory(scen_BASE)
} # }