getGenFuelMixesForDay: Get Gen Fuel Mixes For Day

Description Usage Arguments

View source: R/getGenFuelMixesForDay.R

Description

Get all hourly load forecasts for a given day. May need to add config = httr::config(ssl.verifypeer = FALSE) if SSL cert cant be found.

Usage

1
2
3
getGenFuelMixesForDay(day = Sys.Date(), user = getOption(x = "ISO_NE_USER"),
  password = getOption(x = "ISO_NE_PASSWORD"), out.tz = "America/New_York",
  ...)

Arguments

day

date in '%Y-%m-%d', or object coercible to class Date

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.