Description Usage Arguments Value See Also Examples
Get a connection object or file path for a SQLite DB
1 2 |
x |
An object with a SQLite connection. |
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.
showMethods
for displaying a summary of the
methods defined for a given generic function.
selectMethod
for getting the definition of
a specific method.
dbconn,AnnotationDb-method in the
AnnotationDbi package for an example of a specific
dbconn
method (defined for dbconn
objects).
BiocGenerics for a summary of all the generics defined in the BiocGenerics package.
1 2 3 4 5 6 7 8 | dbconn
showMethods("dbconn")
dbfile
showMethods("dbfile")
library(AnnotationDbi)
showMethods("dbconn")
selectMethod("dbconn", "AnnotationDb")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.