Learn R Programming

rpact (version 4.2.1)

disableStartupMessages: Disable Startup Messages

Description

This function disables the startup messages for the rpact package by setting the rpact.startup.message.enabled option to FALSE.

Usage

disableStartupMessages()

Arguments

Value

This function does not return a value. It is called for its side effects.

Details

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.

Examples

Run this code
if (FALSE) {
disableStartupMessages()
}

Run the code above in your browser using DataLab