Learn R Programming

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

RMySQL (version 0.10.25)

Database Interface and 'MySQL' Driver for R

Description

Legacy 'DBI' interface to 'MySQL' / 'MariaDB' based on old code ported from S-PLUS. A modern 'MySQL' client based on 'Rcpp' is available from the 'RMariaDB' package.

Copy Link

Version

Install

install.packages('RMySQL')

Monthly Downloads

73,227

Version

0.10.25

License

GPL-2

Maintainer

Last Published

December 6th, 2022

Functions in RMySQL (0.10.25)

mysqlHasDefault

Check if default database is available.
dbWriteTable,MySQLConnection,character,data.frame-method

Write a local data frame or file to the database.
dbFetch,MySQLResult,numeric-method

Execute a SQL statement on a database connection.
dbReadTable,MySQLConnection,character-method

Convenience functions for importing/exporting DBMS tables
transactions

DBMS Transaction Management
result-meta

Database interface meta-data.
dbColumnInfo,MySQLConnection-method

Experimental dbColumnInfo method for a connection
db-meta

Database interface meta-data
dbEscapeStrings

Escape SQL-special characters in strings.
dbDataType,MySQLDriver-method

Determine the SQL Data Type of an S object
dbConnect,MySQLDriver-method

Connect/disconnect to a MySQL DBMS
MySQLDriver-class

Class MySQLDriver with constructor MySQL.
dbApply

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

Constants
isIdCurrent

Check if a database object is valid.
MySQLConnection-class

Class MySQLConnection.
dbGetInfo,MySQLDriver-method

Get information about a MySQL driver.
mysqlClientLibraryVersions

MySQL Check for Compiled Versus Loaded Client Library Versions
MySQLResult-class

Class MySQLResult
make.db.names,MySQLConnection,character-method

Make R/S-Plus identifiers into legal SQL identifiers
dbUnloadDriver,MySQLDriver-method

Unload MySQL driver.
dbQuoteIdentifier,MySQLConnection,character-method

Quote method for MySQL identifiers
mysqlBuildTableDefinition

Build the SQL CREATE TABLE definition as a string
dbNextResult

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