coerceToList | R Documentation |
Coerce to list
coerceToList(object, ...)
## S4 method for signature 'Annotated'
coerceToList(object)
object |
Object. |
... |
Additional arguments. |
Don't attempt to defined methods for as.list()
.
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(DFrame, package = "AcidTest")
## Annotated ====
object <- DFrame
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.