Find all collection (named lists) slots in an S4 object
.Collections(object, exclude = character(length = 0L), ...)
An S4 object
A character vector of slot names to exclude
Arguments passed to IsNamedList
A character vector of names of collection slots
.FilterObjects()
,
.FindObject()
,
.Subobjects()
.Collections(pbmc_small)
#> [1] "assays" "graphs" "reductions" "commands"