get_regional_ci {intensegRid} | 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)