msg: Send a fancy message

Description Usage Arguments Examples

View source: R/utils.R

Description

Print a beautiful message in the console

Usage

1
msg(type, type_style = crayon::make_style("red4"), msg)

Arguments

type

what message should be displayed in the beginning

type_style

crayon color or style

msg

what message should be printed

Examples

1
2
## Send a message to the world
msg("MESSAGE", crayon::make_style('blue4'), "This is a message to the world")

peRspective documentation built on July 14, 2021, 9:06 a.m.

Related to msg in peRspective...