get.objects: get objects

Description Usage Arguments Value

View source: R/util.R

Description

Enumerates all objects of a certain class

Usage

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

Arguments

cn

The name of the class

env

environment to look in

includeInherited

Should objects inheriting cn be included

Value

a character vector


Deducer documentation built on May 2, 2019, 8:35 a.m.

Related to get.objects in Deducer...