Learn R Programming

iontree (version 1.18.0)

createDB: Create a SQLite database

Description

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.

Usage

createDB(dbname = "mzDB.db", sql = "mzDBSchema.sql")

Arguments

dbname
database name
sql
predefined schema, or a modified definition

Value

A database file saved in the current folder

Details

References

See Also

Examples

Run this code
## Not run: 
#     createDB(dbname="my.db")
# ## End(Not run)

Run the code above in your browser using DataLab