coerceToList: Coerce to list

coerceToListR Documentation

Coerce to list

Description

Coerce to list

Usage

coerceToList(object, ...)

## S4 method for signature 'Annotated'
coerceToList(object)

Arguments

object

Object.

...

Additional arguments.

Details

Don't attempt to defined methods for as.list().

Value

list.

Note

Updated 2021-10-14.

See Also

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.

Examples

data(DFrame, package = "AcidTest")

## Annotated ====
object <- DFrame
is(object, "Annotated")
object <- coerceToList(object)
class(object)
names(object)

acidgenomics/AcidBase documentation built on Jan. 28, 2024, 2:59 a.m.