cli_topline {shapr} | R Documentation |
Create a header topline with cli
Description
Create a header topline with cli
Usage
cli_topline(verbose, testing, init_time, type, is_python)
Arguments
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 |
Value
No return value (but prints header with cli unless verbose
is NULL
)