Get the Classes Defined on a Chapter

DESCRIPTION:

Returns the names of all the classes defined on chapter where. If where is missing, returns all the classes currently known to the S process. Note that classes on database where are defined as meta-objects and are also listed in the object Classes on the metadata. A warning is issued if these are inconsistent.

USAGE:

getClasses ( where )

OPTIONAL ARGUMENTS:

where
An object defining a database or a number representing its position in the search path.

VALUE:

A character vector of class names.

EXAMPLES:

getClasses("splus")
getClasses(".Data")