Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jrnold/dbiextras
- Owner: jrnold
- Created: 2012-10-02T10:25:28.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-15T20:45:33.000Z (over 11 years ago)
- Last Synced: 2024-05-09T22:15:23.583Z (6 months ago)
- Language: R
- Size: 133 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.