View source: R/databaseSetUpFunctions.R
deleteSampleDataFromDB | R Documentation |
Given a list of sample names, the function deletes all datasets calculated for the given samples from the database.
deleteSampleDataFromDB(dbPath, sampleNames)
dbPath |
Path to the sqlite database |
sampleNames |
The names of the samples for which all relevant datasets should be deleted from the database. Tip: Use RSQLite::dbReadTable function to read the table 'processedSamples' to see which samples are available in the database. |
SQLiteConnection object with updated contents in the dbPath
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.