Skip to content
Prev 1517 / 1559 Next

DBI documentation

On Mon, Jun 29, 2015 at 4:59 PM, Paul Gilbert <pgilbert902 at gmail.com> wrote:
You're correct: it's now best to use RMySQL::MySQL() and not do
library(RMySQL).  Would you mind filing an issue on github to remind
me to fix this?
The easiest way is ?dbConnect(RMySQL::MySQL())

Probably a note in the docs would be a good idea, since many people
aren't familiar with getting help on S4 methods.

Hadley