Description Usage Arguments Author(s) Examples
This function disconnects the underlying sqlite database from a BioassayDB
object. This is a critical step for writeable databases, but can be omitted for read only databases.
1 | disconnectBioassayDB(database)
|
database |
A codeBioassayDB object to be disconnected. |
Tyler Backman
1 2 3 4 5 6 7 8 9 10 | ## create a test database
library(bioassayR)
filename <- tempfile()
mydb <- newBioassayDB(filename, indexed=FALSE)
## disconnect from database
mydb <- connectBioassayDB(filename)
## delete database file
unlink(filename)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.