R/set_quiet.R

Defines functions set_quiet

Documented in set_quiet

#' Set the quiet-parameter for all RTransferEntropy Calls
#'
#' @param quiet if FALSE, the functions will give feedback on the progress
#'
#' @return nothing
#' @export
#'
#' @examples
#' # see ?transfer_entropy
set_quiet <- function(quiet) {
  options("RTransferEntropy::quiet" = quiet)
  invisible(NULL)
}

Try the RTransferEntropy package in your browser

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

RTransferEntropy documentation built on Feb. 16, 2023, 9:28 p.m.