coerceToList | R Documentation |
Coerce to list
coerceToList(object, ...) ## S4 method for signature 'Annotated' coerceToList(object)
object |
Object. |
... |
Additional arguments. |
list
.
Don't attempt to defined methods for as.list()
.
Updated 2021-10-14.
Refer to the S4Vectors package for details.
help(topic = "Annotated-class", package = "S4Vectors")
help(topic = "List-class", package = "S4Vectors")
showClass("Annnotated")
.
showClass("List")
.
methods::coerce
.
data(DataFrame, package = "AcidTest") ## Annotated ==== object <- DataFrame is(object, "Annotated") object <- coerceToList(object) class(object) names(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.