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)
}
BZPaper/RTransferEntropy documentation built on Feb. 7, 2023, 12:33 a.m.