powered by
Get Carbon Intensity data for current half hour for a specified GB Region
get_national_ci(start = NULL, end = NULL, region = NULL)
a tibble
character A start date of the intesity
character An end date of the intesity data
character The name of the GB region, one of 'England', 'Scotland' or 'Wales'
if (FALSE) { get_national_ci() get_national_ci(region = 'England') get_national_ci(region = 'Scotland') get_national_ci(region = 'Wales') get_national_ci(start = '2019-01-01', end = '2019-01-02') }
Run the code above in your browser using DataLab