silence | R Documentation |
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.
silence(value)
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". |
A logical indicating the current status of the option.
silence(TRUE)
silence(FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.