Runs through examples of the tidy_message()
function for all
supported message types ("info"
, "success"
, "warning"
, "danger"
).
Intended for demonstration and testing only.
demo_tidy_message()
Invisibly returns NULL
. Called for side effects (messages
printed to the console).
demo_tidy_message()
#> ℹ tidyprint says: This is an informational message send within tidyprint package.
#> ✔ tidyprint says: Operation completed successfully!
#> ! tidyprint says: Potential issue detected.
#> ✖ tidyprint says: Operation failed.