get_mix: Get generation mix for current half hour

View source: R/generationmix.R

get_mixR Documentation

Get generation mix for current half hour

Description

Get generation mix for current half hour

Usage

get_mix(start = NULL, end = NULL)

Arguments

start

character A start date of the intesity data

end

character An end date of the intesity data

Value

tibble

Examples

## Not run: 
start <- "2019-04-01"
end <- "2019-04-07"
get_mix(start, end)
get_mix()
## End(Not run)

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