powered by
Connect to the scidb server at Smith College.
src_scidb(dbname, ...)dbConnect_scidb(dbname, ...)mysql_scidb(dbname, ...)
dbConnect_scidb(dbname, ...)
mysql_scidb(dbname, ...)
the name of the database to which you want to connect
arguments passed to src_dbi or dbConnect
src_dbi
dbConnect
For src_scidb, a src_dbi object
src_scidb
For dbConnect_scidb, a DBIConnection-class object
dbConnect_scidb
DBIConnection-class
For mysql_scidb, a character vector of length 1 to be used as an engine.ops argument, or on the command line.
mysql_scidb
engine.ops
This is a public, read-only account. Any abuse will be considered a hostile act.
opts_chunk
# NOT RUN { dbAir <- src_scidb("airlines") dbAir dbAir <- dbConnect_scidb("airlines") dbAir if (require(knitr)) { opts_chunk$set(engine.opts = mysql_scidb("airlines")) } # }
Run the code above in your browser using DataLab