Get Carbon Intensity data between specified datetimes for specified region

get_regional_ci(region_id, start = NULL, end = NULL)

Arguments

region_id

numeric Region ID in the UK region. See list of Region IDs in regions_lookup

start

character A start date of the intesity data

end

character An end date of the intesity data

Value

a tibble

Examples

if (FALSE) { get_regional_ci(13) get_regional_ci(13, start = '2019-01-02', end = '2019-01-03') }