.quiet | R Documentation |
A function for developers used for setting the "quiet' argument in flags
arguments passed to rgrass::execGRASS()
. If faster("verbose")
is TRUE
, the string "quiet" is returned. If FALSE
, then NULL
is returned.
.quiet()
A string (.quiet()) or NULL
.
if (grassStarted()) {
faster("verbose")
.quiet()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.