dbconn: Accessing SQLite DB information

Description Usage Arguments Value See Also Examples

Description

Get a connection object or file path for a SQLite DB

Usage

1
2
dbconn(x)
dbfile(x)

Arguments

x

An object with a SQLite connection.

Value

dbconn returns a connection object to the SQLite DB containing x's data.

dbfile returns a path (character string) to the SQLite DB (file) containing x's data.

See Also

Examples

1
2
3
4
5
6
7
8
dbconn
showMethods("dbconn")
dbfile
showMethods("dbfile")

library(AnnotationDbi)
showMethods("dbconn")
selectMethod("dbconn", "AnnotationDb")

nturaga/BiocGenerics documentation built on May 7, 2019, 11:15 a.m.