Learn R Programming

groundhog (version 3.4.0)

show_startup: Show suppressed startup messages

Description

Displays startup messages that were suppressed during the most recent groundhog.library() call. These messages are formatted with proper newlines and package version information.

Usage

show_startup()

Arguments

Value

Invisibly returns the startup messages string, or NULL if no messages were suppressed.

Examples

Run this code
if (FALSE) {
groundhog.library("some_package", "2024-01-01")
show_startup()  # View any suppressed startup messages
}

Run the code above in your browser using DataLab