/radbc

Experiments with ADBC

Primary LanguageCOtherNOASSERTION

adbcdrivermanager

R-CMD-check

The goal of adbcdrivermanager is to …

Installation

You can install the development version of adbcdrivermanager from GitHub with:

# install.packages("devtools")
devtools::install_github("paleolimbot/adbcdrivermanager")

Example

This is a basic example which shows you how to solve a common problem:

library(adbcdrivermanager)
db <- adbcdrivermanager:::adbc_database_init(adbcdrivermanager:::adbc_driver_void())
adbcdrivermanager:::adbc_database_release(db)