Skip to content

obiba/odbc.resourcer

Repository files navigation

ODBC Resource R

R-CMD-check CRAN_Status_Badge

The odbc.resourcer package is for accessing databases implementing the ODBC API.

For a MS SQL server database, the resource object would be:

library(odbc.resourcer)
res <- resourcer::newResource(url = "odbc+mssql://localhost:1433/database/CNSIM3", identity = "administrator", secret = "password1234")
client <- resourcer::newResourceClient(res)
client$asDataFrame()

The package is built on top of the odbc package and the DBI package.

About

R package to access databases exposing a ODBC interface

Resources

License

Stars

Watchers

Forks

Packages

No packages published