Description Usage Arguments Value Author(s) Examples
create a relational database based on a schema defined in this package if argument sql is not specified. There are two tables (experiment and mz) defined to capture necessary information to annotate ions or peaks.
1 | createDB(dbname = "mzDB.db", sql = "mzDBSchema.sql")
|
dbname |
database name |
sql |
predefined schema, or a modified definition |
A database file saved in the current folder
Mingshu Cao
1 2 3 4 | ## Not run:
createDB(dbname="my.db")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.