get.objects: get objects

View source: R/util.R

get.objectsR Documentation

get objects

Description

Enumerates all objects of a certain class

Usage

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 June 8, 2025, 1:21 p.m.

Related to get.objects in Deducer...