项目作者: mryap

项目描述 :
Dublin Bike R data package
高级语言: R
项目地址: git://github.com/mryap/dublinbikes.git
创建时间: 2020-11-16T09:52:41Z
项目社区:https://github.com/mryap/dublinbikes

开源协议:Other

下载


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

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

Access the data package

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

  1. library(dublinbikes)
  2. dplyr::glimpse(dublinbikes)

License

This package is licensed under MIT license.