Skip to contents

print_footer

Usage

print_footer(start_datetime)

Arguments

start_datetime

start time from `print_header()`

Value

Invisibly returns NULL; prints elapsed time.

See also

Other console messaging helpers: error_msg(), info_msg(), print_header(), warning_msg()

Examples

start_time <- Sys.time()
print_footer(start_time)
#> 
#> date:		2026-07-07 11:49:04.984366 
#> hostname:	CVL91905 
#> user:		ekarinpongpipat 
#> duration:	00:00:00:0.000 
#>