tests/testthat/test-ODBCDriver.R

context("ODBCDriver")

test_that("ODBCDriver had nothing about DB Info", {
  driver <- RODBCDBI::ODBC()
  expect_null(dbGetInfo(driver))
})

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.