notice: Print easy-to-find statement

View source: R/notice.R

noticeR Documentation

Print easy-to-find statement

Description

Print a specified statement after a large ASCII "LOOK" statement.

Usage

notice(statement_v)

Arguments

statement_v

Some sort of character vector. Can be a paste() call, an sprintf message, etc.

Value

print to console

Examples

notice("This is a test")
notice(paste("Another", "test", sep = "_"))

weshorton/wrh.rUtils documentation built on Feb. 6, 2025, 5:30 a.m.