knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

The goal of easydbconn is to provide an easy way to connect dbs for reading and writing.

Installation

easydbconn is not available from CRAN yet. In the meantime, you can install the development version of easydbconn from Github:

# install.packages("devtools")
devtools::install_github("eauleaf/easydbconn")


eauleaf/easydbconn documentation built on Dec. 20, 2021, 3:12 a.m.