README.md

VBZtools

Tools in R for downloading data, analyzing and predicting passenger numbers onboard PT vehicles in Zurich

Installation

Install through devtools

devtools::install_github("lucasjamar/VBZtools")

Usage

weather <- download_weather(
  start = "2017-12-09", end = "2018-12-10",
  user = "John Snow", password = "Winter is coming"
)

download_timetable(
  start = "2017-12-09", end = "2018-12-10",
)

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT



lucasjamar/VBZtools documentation built on May 20, 2020, 3:44 a.m.