Learn R Programming

peRspective (version 0.1.1)

msg: Send a fancy message

Description

Print a beautiful message in the console

Usage

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

Run this code
# NOT RUN {
## Send a message to the world
msg("MESSAGE", crayon::make_style('blue4'), "This is a message to the world")
# }

Run the code above in your browser using DataLab