interface | R Documentation |
These functions wrap {cli}
functions and elements
to build an attractive command line interface (CLI).
If you wish to receive fewer messages in the console,
run options(snet_verbosity = 'quiet')
.
snet_info(..., .envir = parent.frame())
snet_minor_info(..., .envir = parent.frame())
snet_warn(..., .envir = parent.frame())
snet_abort(..., .envir = parent.frame())
snet_success(..., .envir = parent.frame())
snet_prompt(..., .envir = parent.frame())
snet_unavailable(..., .envir = parent.frame())
snet_progress_step(..., .envir = parent.frame())
snet_progress_along(..., .envir = parent.frame())
snet_progress_seq(..., .envir = parent.frame())
snet_progress_nodes(..., .envir = parent.frame())
... |
One or more character strings. For most of these functions, if multiple strings are passed these will be pasted together. |
.envir |
This argument is just to inherit the parent frame in the (likely) event that the function is used within another function. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.