RMariaDB: R Package for Robust Data Transfer Between R and MariaDB

You are viewing an old version of this article. View the current version here.

RMariaDB is a database interface and MariaDB driver for R. This version is aimed at full compliance with R's DBI specification.

The link to the package on CRAN (R Package Repository) can be accessed from: CRAN RMariaDB

The package can be installed in R with the following R statement:

install.packages("RMariaDB")

And loaded in the R environment executing:

library(RMariaDB)

Basic Notions about R Programming can be found in the MariaDB Knowledge Base Article: R Statistical Programming Using MariaDB as the Background Database

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.