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-09-01 18:02:10.911392 
#> hostname:	cvl88345.local 
#> user:		eep170030 
#> duration:	00:00:00:0.001 
#>