You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
consistent naming of function and method parameters with consistent description of parameters (grouping_vars vs group_var --> grouping_vars & grouping_var or group_vars and group_var)
e.g. #' @param grouping_vars A character vector containing grouping variables of a data table. vs. #' @param group_var Categorical variable that is used to group the metric variable visually.
either highlight object type as code or not, but stay consistently #' @param db (character character string of the connection arg) vs #' @param group_var Categorical variable that is used to group the metric variable visually.
The text was updated successfully, but these errors were encountered:
consistent naming of function and method parameters with consistent description of parameters (grouping_vars vs group_var --> grouping_vars & grouping_var or group_vars and group_var)
e.g.
#' @param grouping_vars A character vector containing grouping variables of a data table.
vs.#' @param group_var Categorical variable that is used to group the metric variable visually.
either highlight object type as
code
or not, but stay consistently#' @param db (
charactercharacter string of the connection arg)
vs#' @param group_var Categorical variable that is used to group the metric variable visually.
The text was updated successfully, but these errors were encountered: