R/RODBCDBI.R

#' RODBCDBI
#' 
#' Provides Access to Databases Through the ODBC Interface An implementation of R's DBI interface using ODBC package as a back-end. This allows R to connect to any DBMS that has a ODBC driver.
#'
#' @name RODBCDBI
#' @docType package
#' @import methods DBI RODBC
NULL
setOldClass("RODBC")

Try the RODBCDBI package in your browser

Any scripts or data that you put into this service are public.

RODBCDBI documentation built on May 2, 2019, 5:56 a.m.