BayAreaMetro / clpr

R package with analysis utilities and approaches for a data set of obscured and anonymized Clipper smart card transactions.
https://bayareametro.github.io/clpr/
2 stars 1 forks source link

add necessary library loads to main readme #7

Closed tbdv closed 6 years ago

tbdv commented 6 years ago

we should add this to the top of the main readme:

library(DBI)
library(dbplyr)
library(dplyr)

@ytse17 if you want to add this as you work in it feel free otherwise ill add it after.