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

relational

lifecycle

The goal of relational is to provide helper functions when loading R data frames into a database. While packages like DBI provide a general-purpose interface for loading individual tables, there's no general purpose approach

Right now, relational only supports SQLite backends.

Installation

You can install relational from github with:

# install.packages("devtools")
devtools::install_github("dSHARP-CMU/relational")

Example

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

## basic example code


dSHARP-CMU/relational documentation built on May 5, 2019, 9:45 p.m.