Learn R Programming

iontree (version 1.18.0)

metaDataImport: Data entry of meta information

Description

data entry of table "experiment". Such meta information may include brief description of sample origin, biological treatment, extraction method, chromatography, ionization, polarity, collision energy and those might affect comparative analysis of iontrees. R default data editor was used to help provide necessary informaiton. SQlite database browsers are also freely available for different platforms.

Usage

metaDataImport(dbname = "mzDB.db")

Arguments

dbname
database name

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 * FROM experiment") 
#fetch(q1, n=-1)
#dbClearResult(q1)
#dbDisconnect(db)

Run the code above in your browser using DataLab