.Subobjects | R Documentation |
Get the Subobject Names
.Subobjects(object, exclude = c("misc", "tools"), collapse = TRUE, ...)
object |
An S4 object |
exclude |
A character vector of slot names to exclude |
collapse |
Collapse the list into a vector |
... |
Arguments passed to |
If collapse = TRUE
, then a vector with the names of all
subobjects; otherwise, a named list where the names are the names of the
collections and the values are the names of subobjects within the collection
.Collections()
,
.FilterObjects()
,
.FindObject()
.Subobjects(pbmc_small)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.