cli_message | R Documentation |
cli_message Create standardize cli messages
cli_message(
var_used = NULL,
h1_title = NULL,
h2_title = NULL,
info = NULL,
success = NULL,
danger = NULL,
details = NULL,
list = NULL
)
var_used |
if using a variable, need to include it here |
h1_title |
title |
h2_title |
subtitle |
info |
info |
success |
cli_success |
danger |
cli_danger |
details |
details |
list |
list of elements |
A cli message
cli_message(h1_title = "title")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.