get_national_ci.Rd
Get Carbon Intensity data for current half hour for a specified GB Region
get_national_ci(region = NULL, start = NULL, end = NULL)
region | character The name of the GB region, one of 'England', 'Scotland' or 'Wales' |
---|---|
start | character A start date of the intesity |
end | character An end date of the intesity data |
a tibble
if (FALSE) { get_national_ci() get_national_ci('England') get_national_ci('Scotland') get_national_ci('Wales') get_national_ci(start = '2019-01-01', end = '2019-01-02') }