R/set_opts.R

Defines functions set_opts

Documented in set_opts

#' set_opts
#' @param force_verbose Force verbose
#' @export
set_opts <- function(force_verbose = FALSE) {
  config$force_verbose <- force_verbose
}

Try the plnr package in your browser

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

plnr documentation built on Nov. 23, 2022, 5:06 p.m.