R/params.R

#' Helper for consistent documentation of `data`
#'
#' Use `@inheritParams data_param` to consistently document `data`.
#'
#' @param data Name of your Data Frame or Tibble object
#'
#' @name data_param
#' @keywords internal
NULL


#' Helper for consistent documentation of `text_var`
#'
#' Use `@inheritParams text_var` to consistently document `text_var`.
#'
#' @param text_var Name of your text variable. Can be given as a 'string' or a symbol - should refer to a column inside `data`
#'
#' @name text_var
#' @keywords internal
NULL
jpcompartir/LimpiaR documentation built on Dec. 9, 2024, 9:43 p.m.