get_regional_ci | R Documentation |
Get Carbon Intensity data between specified datetimes for specified region
get_regional_ci(region_id, start = NULL, end = NULL)
region_id |
numeric Region ID in the UK region. See list of Region IDs in |
start |
character A start date of the intesity data |
end |
character An end date of the intesity data |
a tibble
## Not run: get_regional_ci(13) get_regional_ci(13, start = '2019-01-02', end = '2019-01-03') ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.