rsOpts: Set global options for RStoolbox

View source: R/rsOpts.R

rsOptsR Documentation

Set global options for RStoolbox

Description

shortcut to options(RStoolbox.*)

Usage

rsOpts(verbose)

Arguments

verbose

Logical. If TRUE many functions will print status messages about the current processing step. By default verbose mode is disabled.

Value

No return, just a setter for the verbosiness of the RStoolbox package

Examples

rsOpts(verbose=TRUE)


RStoolbox documentation built on May 29, 2024, 6:34 a.m.