powered by
Get Carbon Intensity data between specified datetimes for specified region
get_regional_ci(region_id, start = NULL, end = NULL)
a tibble
numeric Region ID in the UK region. See list of Region IDs in regions_lookup
regions_lookup
character A start date of the intesity data
character An end date of the intesity data
if (FALSE) { get_regional_ci(13) get_regional_ci(13, start = '2019-01-02', end = '2019-01-03') }
Run the code above in your browser using DataLab