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

make function names generic/consistent #13

Closed tbdv closed 6 years ago

tbdv commented 6 years ago

rename drop_tagons to as_rides rename bart_transactions_as_transfers to as_bart_journeys

this will make things more comprehensible.

ytse17 commented 6 years ago

also: rename variable names to match with their corresponding functions

ie. https://github.com/BayAreaMetro/clpr/blob/master/R/variables.R#L69-L82 rename transaction_transfer_vars to bart_journey_vars to match with as_bart_journeys