Description Usage Arguments Details
View source: R/getRtHourlyDemandByLocationIdForDay.R
May need to add config(ssl.verifypeer = FALSE) if SSL cert cant be found.
1 2 3  | getRtHourlyDemandByLocationIdForDay(day = Sys.Date() - 3, locId = 4008,
  user = getOption(x = "ISO_NE_USER"), password = getOption(x =
  "ISO_NE_PASSWORD"), out.tz = "America/New_York", ...)
 | 
day | 
 date in YYYY-MM-DD format, or object coercible to class   | 
locId | 
 location id of load zone (see details)  | 
user | 
 user account  | 
password | 
 password  | 
out.tz | 
 output timezone.  | 
... | 
 passed to httr functions.  | 
Table of Load Zones:
| Location | Location ID | 
| .Z.MAINE | 4001 | 
| .Z.NEWHAMPSHIRE | 4002 | 
| .Z.VERMONT | 4003 | 
| .Z.CONNECTICUT | 4004 | 
| .Z.RHODEISLAND | 4005 | 
| .Z.SEMASS | 4006 | 
| .Z.WCMASS | 4007 | 
| .Z.NEMASSBOST | 4008 | 
Note that historical hourly load zone information may not be available for a few days.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.