Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

02_language-like_functions

Language-Like Functions


Description

Return the CLASS property of the ObjectArray.

This is the class or classes of the objects within the array.

<OBJECT> means that the ObjectArray can contain any objects.

Usage

CLASS (x)

Arguments

x

An ObjectArray.

See Also

Examples

v <- ObjectArray ("MyClass", 10)
CLASS (v)
class (v)

vectools

Advanced Vector Toolkit

v0.2.0
GPL (>= 2)
Authors
Abby Spurdle
Initial release
2020-10-22

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.