View source: R/getHourlySystemLoadForecastForDay.R
Get most recent hourly load forecast for a given day. May need to add config = httr::config(ssl.verifypeer = FALSE) if SSL cert cant be found.
1 2 3  | getHourlySystemLoadForecastForDay(day = Sys.Date(), user = getOption(x =
  "ISO_NE_USER"), password = getOption(x = "ISO_NE_PASSWORD"),
  out.tz = "America/New_York", ...)
 | 
day | 
 date in   | 
user | 
 user account  | 
password | 
 password  | 
out.tz | 
 output timezone.  | 
... | 
 passed to httr functions.  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.