Learn R Programming

DBIsqldf

Provides an easy way to perform SQL selects on R data frames.

The package contains a single function sqldf() whose help file contains more information and examples.

This package is a fork from the original sqldf-package.

The primary differences are:

  • DBI interface only. This increases compatibility with database drivers, but at the expense of database-specific convenience features.
  • DBI native parameterized query support.
  • More conservative defaults for writing tables - data frames are imported as temporary tables and should be committed explicitly is they need to be persisted.
  • No legacy (transitive) dependencies.

Installation

remotes::install_github("nfultz/DBIsqldf")

Copy Link

Version

Install

install.packages('DBIsqldf')

Monthly Downloads

1

Version

0.9.9-2

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Neal Fultz

Last Published

September 9th, 2022

Functions in DBIsqldf (0.9.9-2)

sqldf

SQL select on data frames
DBIsqldf-package

DBIsqldf package overview