get_isone_smd_data: Get SMD data from ISO New England (ISONE)'s website

Description Usage Arguments Details Examples

View source: R/utils.R

Description

Note: due to lack of file-naming consistency, this function only works for years 2016 and later. See the isone website referenced in the code for more information.

Usage

1
get_isone_smd_data(minYr = 2016, maxYr = year(Sys.Date()), data_dir = "")

Arguments

minYr

an integer, the first year for which you want data, defaults to 2011

maxYr

an integer, the last year for which you want data, defaults to current year

data_dir

a string, the directory in which to write files, without the trailing '/'

Details

get_isone_smd_data retrieves hourly load and price data from ISONE's website, and writes the yearly files to the directory specified

Examples

1
2
3
4
## Not run: 
get_isone_smd_data(2016, 2018, '/home/frodo/isone/smd_data')

## End(Not run)

tvwallace/gefcom17Model documentation built on Jan. 23, 2021, 12:48 a.m.