Description Usage Arguments Details Examples
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.
1 | get_isone_smd_data(minYr = 2016, maxYr = year(Sys.Date()), data_dir = "")
|
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 '/' |
get_isone_smd_data
retrieves hourly load and price data from
ISONE's website, and writes the yearly files to the directory specified
1 2 3 4 | ## Not run:
get_isone_smd_data(2016, 2018, '/home/frodo/isone/smd_data')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.