vignettes/nhlr-vignette.R

## ----setup, include = FALSE----------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## ---- eval=FALSE---------------------------------------------------------
#  DailySchedule("2018/11/12", API_KEY)

## ---- eval=FALSE---------------------------------------------------------
#  Outcome(game_id, API_KEY)

## ---- eval=FALSE---------------------------------------------------------
#  GoalLocations(game_id, API_KEY)

## ---- eval=FALSE---------------------------------------------------------
#  YearlyRankings("2013", API_KEY)
sashenoy/nhlR documentation built on May 5, 2019, 11:08 p.m.