Learn R Programming

RMySQL (version 0.2-3)

dbConnect: Connect to a database

Description

dbConnect creates and returns a connection to a database. See method documentation for details.

Usage

dbConnect(dbMgr, ...)

Arguments

dbMgr
an object inheriting from class dbManager.
...
see method description

Value

  • dbConnect returns an object of class dbConnection.

References

http://www.mysql.com/

See Also

dbConnection.MySQLMananger