get.objects {Deducer} | R 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
[Package Deducer version 0.7-9 Index]