show_startup: Show suppressed startup messages

View source: R/show_startup.R

show_startupR Documentation

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()

Value

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

Examples

## Not run: 
groundhog.library("some_package", "2024-01-01")
show_startup()  # View any suppressed startup messages

## End(Not run)


groundhog documentation built on Jan. 10, 2026, 5:06 p.m.