README.md

rISONE 0.1.1 - R ISO New England API Functions

Contents

This package contains convenience functions for interacting with the ISO-NE RESTful API. The API employs basic authentication and provides an interface to energy and market data.

No warranty is expressed or implied.

Access

Access credentials can be obtained at the ISO Express Website.

Installation

This package can be installed using devtools:

library(devtools)
install_github("noahbullock/rISONE")

Basic Use

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()


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