Learn R Programming

rdwplus (version 1.0.1)

silence: 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)

Value

A logical indicating the current status of the option.

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".

Examples

Run this code
silence(TRUE)
silence(FALSE)

Run the code above in your browser using DataLab