get_regional_ci.RdGet Carbon Intensity data between specified datetimes for specified region
get_regional_ci(region_id, start = NULL, end = NULL)
| region_id | numeric Region ID in the UK region. See list of Region IDs in |
|---|---|
| start | character A start date of the intesity data |
| end | character An end date of the intesity data |
a tibble
if (FALSE) { get_regional_ci(13) get_regional_ci(13, start = '2019-01-02', end = '2019-01-03') }