getSeasonalPeakHourDataForMonth: Get Current Seasonal Peak Hour Data

Description Usage Arguments

View source: R/getSeasonalPeakHourDataForMonth.R

Description

May need to add config = httr::config(ssl.verifypeer = FALSE) if SSL cert cant be found.

Usage

1
2
3
getSeasonalPeakHourDataForMonth(month = format(Sys.Date(), format = "%Y%m"),
  user = getOption(x = "ISO_NE_USER"), password = getOption(x =
  "ISO_NE_PASSWORD"), out.tz = "America/New_York", ...)

Arguments

month

month in 'YYYYMM' format

user

user account

password

password

out.tz

output timezone.

...

passed to httr functions.


noahbullock/rISONE documentation built on May 23, 2019, 9:29 p.m.