Skip to content

Commit

Permalink
move decorators parameter to module templeate parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
m7pr committed Nov 26, 2024
1 parent 84a00fd commit 58e65bf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions R/argument_convention.R
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#'
Expand Down Expand Up @@ -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.
#'
Expand Down

0 comments on commit 58e65bf

Please sign in to comment.