cli_topline | R Documentation |
Create a header topline with cli
cli_topline(verbose, testing, init_time, type, is_python)
verbose |
String vector or NULL.
Controls verbosity (printout detail level) via one or more of |
testing |
Logical.
Only used to remove random components, like timing, from the output when comparing with testthat.
Defaults to |
init_time |
POSIXct.
The time when the |
type |
Character. Either "regular" or "forecast", matching the function the call originated from, and thus the type of explanation to generate. |
is_python |
Logical.
Indicates whether the function is called from the Python wrapper.
Default is FALSE, which is never changed when calling the function via |
No return value (but prints header with cli unless verbose
is NULL
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.