rISONE: 'rISONE' an R package for the ISO New England API

Description Examples

Description

rISONE is comprised of a set of functions that interact with the ISO-NE RESTful API. The API employs basic authentication and provides an interface to energy and market data. Access credentials can be obtained at the ISO Express Website.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 

# Credentials can be added to the environment as options or 
# passed explicitly to the functions

options(ISO_NE_USER = "your@email.com")
options(ISO_NE_PASSWORD = "yourPassword")

getAllHourlySystemLoadForecastForDay()

## End(Not run)

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