diff --git a/R/argument_convention.R b/R/argument_convention.R index 27445e428..81240958e 100644 --- a/R/argument_convention.R +++ b/R/argument_convention.R @@ -93,9 +93,6 @@ #' `dataname`. #' @param worst_flag_indicator (`character`)\cr value indicating worst grade. #' @param worst_flag_var (`character`)\cr name of the worst flag variable. -#' @param decorators `r lifecycle::badge("experimental")` (`list` of `teal_transform_module` or `NULL`) optional, -#' if not `NULL`, decorator for tables or plots included in the module. -#' #' #' @return a `list` of expressions to generate a table or plot object. #' @@ -206,6 +203,8 @@ NULL #' value indicating worst grade. #' @param worst_flag_var ([teal.transform::choices_selected()])\cr object #' with all available choices and preselected option for variable names that can be used as worst flag variable. +#' @param decorators `r lifecycle::badge("experimental")` (`list` of `teal_transform_module` or `NULL`) optional, +#' if not `NULL`, decorator for tables or plots included in the module. #' #' @return a `teal_module` object. #'