knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

hubway : Tools to Work with the 'Hubway' 'API'

The following functions are implemented:

The following data sets are included:

Installation

devtools::install_github("hrbrmstr/hubway")
options(width=120)

Usage

library(hubway)

# current verison
packageVersion("hubway")

get_stations()

Test Results

library(hubway)
library(testthat)

date()

test_dir("tests/")

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.



hrbrmstr/hubway documentation built on May 17, 2019, 5:09 p.m.