TITLE(mode @@ The (Storage) Mode of an Object)
USAGE(mode(x))
ALIAS(mode)
DESCRIPTION(
LANG(mode) provides a means of determining the
type or storage mode of an object.
LANG(mode) returns a character string giving the (storage) mode
of the object.
)
SEEALSO(
LANG(LINK(storage.mode)), LANG(LINK(typeof)).
)
EXAMPLES(
sapply(options(),mode)
)
