instanceOf {XNAString}R Documentation

Check on an object type

Description

Check on an object type

Usage

instanceOf(object, type)

Arguments

object

an object of any class

type

class of an object

Value

logical information. TRUE if object class equals type

Examples

instanceOf(1, "numeric")

[Package XNAString version 1.2.2 Index]