#create and initialize a new SQLite database
conn = initDb("test4.db")
data(sdfsample)
#just load the data with no features or descriptors
ids=loadSdf(conn,sdfsample)
# find id of compound 650003
findCompoundsByName(conn,c("650003"))
unlink("test4.db")
Run the code above in your browser using DataLab