get_national_ci | R Documentation |
Get Carbon Intensity data for current half hour for a specified GB Region
get_national_ci(start = NULL, end = NULL, region = NULL)
start |
character A start date of the intesity |
end |
character An end date of the intesity data |
region |
character The name of the GB region, one of 'England', 'Scotland' or 'Wales' |
a tibble
## Not run: 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') ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.