silence {rdwplus}R Documentation

Function to suppress messages, warnings, errors from GRASS commands

Description

Prevents the printing GRASS warnings, etc. Use with extreme caution. This is only helpful IF AND ONLY IF you are SURE that any printed messages, warnings, and errors are spurious.

Usage

silence(value)

Arguments

value

A logical indicating whether GRASS messages, warnings, errors should be suppressed. Can be missing, and it is missing by default. Choose "TRUE" or "FALSE".

Value

A logical indicating the current status of the option.

Examples

silence(TRUE)
silence(FALSE)

[Package rdwplus version 1.0.0 Index]