Learn R Programming

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

RMySQL (version 0.6-0)

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.2-2.

Copy Link

Version

Install

install.packages('RMySQL')

Monthly Downloads

63,558

Version

0.6-0

License

GPL

Maintainer

David James

Last Published

April 1st, 2025

Functions in RMySQL (0.6-0)

MySQLResult-class

Class MySQLResult
dbCallProc-methods

Call an SQL stored procedure
dbNextResult

Fetch next result set from an SQL script or stored procedure (experimental)
MySQL

Instantiate a MySQL client from the current R session
MySQLObject-class

Class MySQLObject
dbConnect-methods

Create a connection object to an MySQL DBMS
safe.write

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

Fetch Next Result Set from Multiple Statements or Stored Procedures
fetch-methods

Fetch records from a previously executed query
RMySQL-package

R interface to the MySQL database
dbEscapeStrings

Escape SQL-special characters in strings
dbApply-methods

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

Database interface meta-data
dbApply

Apply R functions to remote groups of DBMS rows (experimental)
summary-methods

Summarize an MySQL object
dbSendQuery-methods

Execute a statement on a given database connection
dbObjectId-class

Class dbObjectId
make.db.names-methods

Make R/S-Plus identifiers into legal SQL identifiers
MySQLConnection-class

Class MySQLConnection
dbReadTable-methods

Convenience functions for Importing/Exporting DBMS tables
dbListTables-methods

List items from an MySQL DBMS and from objects
S4R

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

DBMS Transaction Management
MySQLDriver-class

Class MySQLDriver
dbSetDataMappings-methods

Set data mappings between MySQL and R/S-Plus
isIdCurrent

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

Escape a Character Vector According to SQL rules
dbDriver-methods

MySQL implementation of the Database Interface (DBI) classes and drivers
dbBuildTableDefinition

Build the SQL CREATE TABLE definition as a string
mysqlDBApply

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

Determine the SQL Data Type of an S object
mysqlSupport

Support Functions