diff --git a/R/updateGeneralSettings.R b/R/updateGeneralSettings.R index 9988c328..9d59e2e0 100644 --- a/R/updateGeneralSettings.R +++ b/R/updateGeneralSettings.R @@ -38,8 +38,7 @@ #' @param refreshintervalthermal See Antares General Reference Guide. #' @param refreshintervalsolar See Antares General Reference Guide. #' @param readonly See Antares General Reference Guide. -#' @param geographic.trimming (TRUE/FALSE) indicates whether to store all variables defined in Output Files, for the geographic selection defined for Areas and Links -#' +#' @param geographic.trimming \code{logical} indicates whether to store the results for all time spans (FALSE) or for custom time spans (TRUE) #' @template opts #' #' @export diff --git a/man/updateGeneralSettings.Rd b/man/updateGeneralSettings.Rd index 2e9fedba..d62ed913 100644 --- a/man/updateGeneralSettings.Rd +++ b/man/updateGeneralSettings.Rd @@ -103,7 +103,7 @@ Study_name/OUTPUT/simu_tag/Economy /mc-i-number} \item{readonly}{See Antares General Reference Guide.} -\item{geographic.trimming}{(TRUE/FALSE) indicates whether to store all variables defined in Output Files, for the geographic selection defined for Areas and Links} +\item{geographic.trimming}{\code{logical} indicates whether to store the results for all time spans (FALSE) or for custom time spans (TRUE)} \item{opts}{List of simulation parameters returned by the function \code{\link[antaresRead:setSimulationPath]{antaresRead::setSimulationPath()}}}