From 9acc861d9b93d26f640302d6aa53246ee720fd77 Mon Sep 17 00:00:00 2001 From: Hollos Roland Date: Wed, 18 Dec 2019 17:12:51 +0100 Subject: [PATCH] daily output list --- RBBGCMuso/getOutPutList.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RBBGCMuso/getOutPutList.R b/RBBGCMuso/getOutPutList.R index 583afcf..9ab782e 100644 --- a/RBBGCMuso/getOutPutList.R +++ b/RBBGCMuso/getOutPutList.R @@ -19,7 +19,7 @@ getDailyOutputList <- function(settings=NULL){ #' @export -getDailyOutputList <- function(settings=NULL){ +getAnnualOutputList <- function(settings=NULL){ if(is.null(settings)){ settings<- setupMuso() }