Learn R Programming

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

RMySQL (version 0.9-3)

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

73,227

Version

0.9-3

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

January 17th, 2012

Functions in RMySQL (0.9-3)

MySQLResult-class

Class MySQLResult
safe.write

Write a data.frame avoiding exceeding memory limits
MySQL

Instantiate a MySQL client from the current R session
mysqlClientLibraryVersions

MySQL Check for Compiled Versus Loaded Client Library Versions
dbSendQuery-methods

Execute a statement on a given database connection
isIdCurrent

Check whether a database handle object is valid or not
S4R

R compatibility with S version 4/Splus5+ support functions
mysqlSupport

Support Functions
dbApply-methods

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

Build the SQL CREATE TABLE definition as a string
dbEscapeStrings

Escape SQL-special characters in strings
dbDriver-methods

MySQL implementation of the Database Interface (DBI) classes and drivers
MySQLObject-class

Class MySQLObject
dbCommit-methods

DBMS Transaction Management
dbObjectId-class

Class dbObjectId
mysqlDBApply

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

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

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

Database interface meta-data
fetch-methods

Fetch records from a previously executed query
MySQLDriver-class

Class MySQLDriver
dbConnect-methods

Create a connection object to an MySQL DBMS
summary-methods

Summarize an MySQL object
MySQLConnection-class

Class MySQLConnection
dbNextResult-methods

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

Call an SQL stored procedure
dbEscapeStrings-methods

Escape a Character Vector According to SQL rules
RMySQL-package

R interface to the MySQL database
dbListTables-methods

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

Convenience functions for Importing/Exporting DBMS tables
dbDataType-methods

Determine the SQL Data Type of an S object
make.db.names-methods

Make R/S-Plus identifiers into legal SQL identifiers
dbSetDataMappings-methods

Set data mappings between MySQL and R/S-Plus