Search notes:

R: mode

Every R object has a mode and a class.
The mode specifies how the object is stored in memory.
Possible modes

See also

mode(…)
typeof(…)

Index