get_postcode_ci: Get Carbon Intensity for specified postcode.

View source: R/intensity.R

get_postcode_ciR Documentation

Get Carbon Intensity for specified postcode.

Description

Get Carbon Intensity for specified postcode.

Usage

get_postcode_ci(postcode, start = NULL, end = NULL)

Arguments

postcode

character Outward postcode i.e. RG41 or SW1 or TF8. Do not include full postcode, outward postcode only

start

character A start date of the intesity data

end

character An end date of the intesity data

Value

tibble

Examples

## Not run: 
get_postcode_ci(postcode = 'EN2')
get_postcode_ci(postcode = 'EN2', start = '2019-01-01', end = '2019-01-02')

## End(Not run)

intensegRid documentation built on Nov. 10, 2022, 5:33 p.m.