Skip to content
Prev 40371 / 63421 Next

Query super- and subclasses of a class: is there a better way than to use 'completeClassDefinition()'

On 05/30/2011 08:54 AM, Janko Thyson wrote:
Hi Janko -- I think 'complete' is meant as an adverb here; what you 
might want is names(getClassDef("A")@subclasses) (see 
slotNames(class(getClassDef("A"))) for other useful info).

Martin