Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jrnold/dbiextras

Extends the functionality of the R package DBI
https://github.com/jrnold/dbiextras

Last synced: 29 days ago
JSON representation

Extends the functionality of the R package DBI

Awesome Lists containing this project

README

        

# Generic Functions for Database Objects in R

When using the **DBI** package in **R**, I found it was missing some
of the basic generic functions like `$`, `[[`, `length`, `names`, etc,
and as such I was interacting with databases in a non-idiomatic way.
This package adds those missing functions.

**WARNING** Mostly undocumented, and still a work in progress.