RObject.HasClass Method

Returns whether the object is of the specified class.

Definition

Namespace: Extreme.Data.R
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
C#
public bool HasClass(
	string name
)

Parameters

name  String
The name of the class.

Return Value

Boolean
true if the object is of class name; otherwise false.

See Also