run_time: Run time since t_start

Description Usage Arguments Examples

Description

This function returns the time difference from 'Sys.time()' to 't_start', either as printed message (Default) or as 'difftime'.

Usage

1
2
run_time(t_start = as.POSIXct(1, origin = "1981-12-13"),
  print_message = TRUE)

Arguments

t_start

Time, for which time difference should be computed

print_message

Set to FALSE, if to turn off messages and return a 'difftime' instead.

Examples

1
2
3
4
## Not run: 
grap_ped(1067, df_ped)

## End(Not run)

johow/kinlab documentation built on July 5, 2019, 4:23 p.m.