R/global-params.R

Defines functions global_quiet_param

Documented in global_quiet_param

#' @title Global Quiet Parameter
#'
#' @description
#' Documentation for the `quiet` parameter, used globally.
#'
#' @param quiet A `logical` value indicating whether to suppress messages. Default is `FALSE`.
#' @return Nothing. This function is just a placeholder for global quiet parameter.
#' @keywords internal
global_quiet_param <- function(quiet = FALSE){
  # this is just a placeholder for global quiet parameter
}

Try the spanishoddata package in your browser

Any scripts or data that you put into this service are public.

spanishoddata documentation built on April 12, 2025, 1:24 a.m.