Learn R Programming

MSEtool (version 3.7.3)

getclass: get object class

Description

Internal function for determining if object is of classy

Usage

getclass(x, classy)

Value

TRUE or FALSE

Arguments

x

Character string object name

classy

A class of object (character string, e.g. 'Fleet')

Author

T. Carruthers with nasty hacks from A. Hordyk