cli_topline | R Documentation |
Create a header topline with cli
cli_topline(verbose, testing, init_time, type, is_python)
verbose |
String vector or NULL.
Specifies the verbosity (printout detail level) through one or more of strings |
testing |
Logical.
Only use to remove random components like timing from the object output when comparing output with testthat.
Defaults to |
init_time |
POSIXct object.
The time when the |
type |
Character.
Either "regular" or "forecast" corresponding to function |
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.