Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 660 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 660 Bytes

dublinbikes

The goal of dublinbikes package is to provide R user access to quarterly rollups of historic bike data. Static data provides information like bike station position, number of bike stands, payment terminal availability. It is formatted to be convenient for data analysis with R.

Installation

install.packages("devtools")
devtools::install_github("mryap/dublinbikes")

Access the data package

Once the package is installed, load the library every time to access it.

library(dublinbikes)
dplyr::glimpse(dublinbikes)

License

This package is licensed under MIT license.