library("rwunderground")
library("lubridate")
library("readr")
library("shinychord")
dir_read <- file.path("..", "inst", "extdata")
wx_ames <-
  read_csv(
    file = file.path(dir_read, "wx_ames.csv"),
    locale = locale(tz = "America/Chicago")
  )
devtools::use_data(wx_ames)


ijlyttle/shinychord documentation built on May 18, 2019, 3:41 a.m.