getKnownSubclasses.Class | R Documentation |
Gets all subclasses that are currently loaded.
## S3 method for class 'Class'
getKnownSubclasses(this, sort=TRUE, ...)
... |
Not used. |
Returns a vector
of character
strings.
Henrik Bengtsson
*getSuperclasses()
.
For more information see Class
.
## Not run:
# Due to a bug in R CMD check (R v1.7.1) the MicroarrayData$read() call
# below will call getKnownSubclasses(), which will generate
# "Error in exists(objectName, mode = "function") :
# [2003-07-07 23:32:41] Exception: F used instead of FALSE"
# Note that the example still work, just not in R CMD check
print(getKnownSubclasses(Exception))
## End(Not run)
## Not run:
returns
[1] "Exception" "try-error" "Object"
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.