Learn R Programming

iontree (version 1.18.0)

mzImport: Data entry of iontree into mz table

Description

import iontree object into table "mz" in the database

Usage

mzImport(iontree, dbname = "mzDB.db", exp.id)

Arguments

iontree
iontree as defined in this package
dbname
database name
exp.id
id in table of experiment

Value

Details

References

See Also

Examples

Run this code
#to check information just loaded
#db=dbConnect(dbDriver("SQLite"), dbname="mzDB.db")
#dbListTables(db)
#q1=dbSendQuery(db, "SELECT mz, rt, ms2 FROM mz") 
#fetch(q1, n=-1)
#dbClearResult(q1)
#dbDisconnect(db)

Run the code above in your browser using DataLab