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

Value

Invisibly returns NULL. Called for side effects (messages printed to the console).

Examples

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.