View source: R/f_quality_assurance.R
| disableStartupMessages | R Documentation |
This function disables the startup messages for the rpact package by setting
the rpact.startup.message.enabled option to FALSE.
disableStartupMessages()
Once this function is called, the startup messages will remain disabled until
explicitly re-enabled using the enableStartupMessages() function. The current
state is saved using the saveOptions() function.
This function does not return a value. It is called for its side effects.
## Not run:
disableStartupMessages()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.