powered by
Print a beautiful message in the console
msg(type, type_style = crayon::make_style("red4"), msg)
what message should be displayed in the beginning
crayon color or style
what message should be printed
# 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