R/rsOpts.R

Defines functions rsOpts

Documented in rsOpts

#' Set global options for RStoolbox
#' 
#' shortcut to options(RStoolbox.*)
#' 
#' @param verbose Logical. If \code{TRUE} many functions will print status messages about the current processing step. By default verbose mode is disabled.
#' @export
#' @examples 
#' # rsOpts(verbose=TRUE)
#'
rsOpts <- function(verbose){
    options(RStoolbox.verbose=verbose)
}

Try the RStoolbox package in your browser

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

RStoolbox documentation built on March 18, 2022, 5:37 p.m.