getRtHourlyDemandByLocationIdForDay: Get Current Realtime Hourly Demand

Description Usage Arguments Details

View source: R/getRtHourlyDemandByLocationIdForDay.R

Description

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

Usage

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", ...)

Arguments

day

date in YYYY-MM-DD format, or object coercible to class Date

locId

location id of load zone (see details)

user

user account

password

password

out.tz

output timezone.

...

passed to httr functions.

Details

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.


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