View source: R/sql_copyToNewDatabase.r
copyToNewDatabase | R Documentation |
Copy from one database to another, selecting by Sample ID
copyToNewDatabase(existingDBPool, newDBPool, sampleIDs)
existingDBPool |
is a single (not list) pool object referencing the database to transfer from |
newDBPool |
is a single (not list) pool object referencing the database to transfer to |
sampleIDs |
sample IDs to transfer |
Nothing, side effect of creating a new sqlite databse
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.