getsetDbPath | R Documentation |
The setDbPath
and getDbPath
functions are
used to set and get the path to a sitadela annotation
database. If not explicitly provided, it defaults to
file.path(system.file(package="sitadela"),"annotation.sqlite")
.
Essentially, the setter function adds an option to the R
environment pointing to the desired path.
setDbPath(db = NULL)
getDbPath()
db |
path to a valid SQLite database file. |
This function does not have a return value.
Panagiotis Moulos
myPath <- "/home/me/test.sqlite"
setDbPath(myPath)
getDbPath()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.