toTable {BiocGenerics}R Documentation

An alternative to as.data.frame()

Description

toTable() is an S4 generic function provided as an alternative to as.data.frame().

Usage

toTable(x, ...)

Arguments

x

The object to turn into a data frame.

...

Additional arguments, for use in specific methods.

Value

A data frame.

See Also

Examples

toTable
showMethods("toTable")

library(AnnotationDbi)
showMethods("toTable")
selectMethod("toTable", "Bimap")

[Package BiocGenerics version 0.54.0 Index]