toTable: An alternative to as.data.frame()

Description Usage Arguments Value See Also Examples

Description

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

Usage

1

Arguments

x

The object to turn into a data frame.

...

Additional arguments, for use in specific methods.

Value

A data frame.

See Also

Examples

1
2
3
4
5
6
toTable
showMethods("toTable")

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

BiocGenerics documentation built on April 17, 2021, 6:01 p.m.