> Can you, or anyone, give me any hint on where -- no, not where, _how_ -- to > find the code for any of the functions called between dbGetQuery method for > conn="SQLiteConnection", or for any of the functions that are called by the > dbGetQuery method for SQLite connections that are in the chain that > ultimately calls sqliteExecStatement (exclusive of the latter, which I > found), or for RS_SQLite_exec, or for any of the functions in the call > chain between RS_SQLite_exec and RS-DBI, or for RS-DBI?
Look at the source code for the package - you'll probably find the dev version available at https://github.com/rstats-db/rsqlite easier to understand. Hadley -- http://had.co.nz/ ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.