Learn R Programming

⚠️There's a newer version (0.11.1) of this package.Take me there.

RMySQL (version 0.5-9)

R interface to the MySQL database

Description

Database interface and MySQL driver for R. This version complies with the database interface definition as implemented in the package DBI 0.1-8.

Copy Link

Version

Install

install.packages('RMySQL')

Monthly Downloads

70,047

Version

0.5-9

License

GPL

Maintainer

David James

Last Published

April 1st, 2025

Functions in RMySQL (0.5-9)

MySQLConnection-class

Class MySQLConnection
dbCallProc-methods

Call an SQL stored procedure
dbReadTable-methods

Convenience functions for Importing/Exporting DBMS tables
MySQLDriver-class

Class MySQLDriver
dbObjectId-class

Class dbObjectId
MySQLResult-class

Class MySQLResult
dbApply-methods

Apply R/S-Plus functions to remote groups of DBMS rows (experimental)
fetch-methods

Fetch records from a previously executed query
dbApply

Apply R/S-Plus functions to remote groups of DBMS rows (experimental)
dbCommit-methods

DBMS Transaction Management
dbSendQuery-methods

Execute a statement on a given database connection
S4R

R compatibility with S version 4/Splus5+ support functions
dbConnect-methods

Create a connection object to an MySQL DBMS
dbSetDataMappings-methods

Set data mappings between MySQL and R/S-Plus
MySQLObject-class

Class MySQLObject
safe.write

Write a data.frame avoiding exceeding memory limits
dbDataType-methods

Determine the SQL Data Type of an S object
dbListTables-methods

List items from an MySQL DBMS and from objects
dbDriver-methods

MySQL implementation of the Database Interface (DBI) classes and drivers
RMySQL-package

R interface to the MySQL database
isIdCurrent

Check whether a database handle object is valid or not
summary-methods

Summarize an MySQL object
mysqlSupport

Support Functions
make.db.names-methods

Make R/S-Plus identifiers into legal SQL identifiers
MySQL

Instantiate a MySQL client from the current R or S-Plus session
dbGetInfo-methods

Database interface meta-data
mysqlDBApply

Apply R/S-Plus functions to remote groups of DBMS rows (experimental)
dbBuildTableDefinition

Build the SQL CREATE TABLE definition as a string