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

either clarify how to use legacy functions or remove them #6

Open tbdv opened 6 years ago

tbdv commented 6 years ago

some of them do require box access and this may not be clear in the function docs. link to vignettes might help. some of them may also be redundant/less useful than functions that relate to data lake.

tbdv commented 6 years ago

for example https://github.com/BayAreaMetro/clpr/blob/master/R/extract.R#L204-L289

tbdv commented 6 years ago

this https://github.com/BayAreaMetro/clpr/blob/master/R/transfers.R#L123-L178 is potentially replaced by this https://github.com/BayAreaMetro/clpr/blob/master/R/transfer_df.R#L24-L35 if we flesh the latter out a bit.

tbdv commented 6 years ago

also potentially remove the "extract_..." sql here: https://github.com/BayAreaMetro/clpr/tree/master/inst/sql