Custom info message
ginfo.Rd
Provide info with inform
Usage
ginfo(
message = NULL,
body = NULL,
footer = NULL,
.frequency = c("always", "regularly", "once"),
e = rlang::caller_env()
)
Arguments
- message
(chr)
The message to display, formatted as a bulleted list. The first element is displayed as an alert bullet prefixed with ! by default. Elements named "*", "i", and "x" are formatted as regular, info, and cross bullets respectively. See topic-condition-formatting for more about bulleted messaging.- body, footer
Additional bullets.
- .frequency
How frequently should the warning or message be displayed? By default (
"always"
) it is displayed at each time. If"regularly"
, it is displayed once every 8 hours. If"once"
, it is displayed once per session.- e
(environment)
calling environment. Passed toglue
for making the message
See also
Other condition signaling:
gbort()
,
gmsg()
,
gwarn()
,
trace_back_json()