calculate_baseline_generation.RdImplements Equation (1) of AMS-I.A by summing electricity production delivered to the user.
calculate_baseline_generation(
generation_data,
generation_col = "generation_kwh",
group_cols = NULL
)A tibble with at least the columns specified in generation_col
and optional grouping columns identifying systems or users.
Name of the column containing electricity generation in kWh.
Optional character vector of grouping columns used to aggregate generation.
A tibble containing grouping columns (if supplied) and a column named
baseline_generation_kwh with summed electricity generation in kWh.