From 1809421b22d9abe826f9cc8b0fd9ec37daab91db Mon Sep 17 00:00:00 2001 From: Falk Benke Date: Fri, 27 Sep 2024 11:40:38 +0200 Subject: [PATCH] minor correction --- R/calcAGEB.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/calcAGEB.R b/R/calcAGEB.R index 98e35a92..b6f95011 100644 --- a/R/calcAGEB.R +++ b/R/calcAGEB.R @@ -6,7 +6,7 @@ #' @author Falk Benke #' #' @param subtype data subtype. Either "balances" ("Auswertungstabellen zur Energiebilanz Deutschland") or -#' "electricity" ("Nettostromerzeugung in Deutschland nach Energieträgern") +#' "electricity" ("Bruttostromerzeugung in Deutschland nach Energieträgern") #' @importFrom dplyr select mutate left_join #' @importFrom stats aggregate #' @export