getClassesInheriting
get the list of classes inheriting a given super class provided by its name
getClassesInheriting(classname, extended, pretty)
classname
: the name of the superclass for which inheriting sub-classes have to be listedextended
: whether we want to look at user namespace for third-party sub-classespretty
: prettify the output as data.frame
getClassesInheriting("ISAbstractObject")