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. Can be `TRUE` or `FALSE`.
#' @keywords internal
global_quiet_param <- function(quiet){
  # this is just a placeholder for global quiet parameter
}

Try the rJavaEnv package in your browser

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

rJavaEnv documentation built on Sept. 14, 2024, 1:07 a.m.