Learn R Programming

Deducer (version 0.9-1)

get.objects: get objects

Description

Enumerates all objects of a certain class

Usage

get.objects(cn,env = globalenv(),includeInherited=TRUE)

Value

a character vector

Arguments

cn

The name of the class

env

environment to look in

includeInherited

Should objects inheriting cn be included