Prints to console the current date and time followed by the message(s) in x

printTime(..., carriageReturn = F)

Arguments

carriageReturn

Logical, if TRUE print a carriage return at the end of line

x

String

Examples

printTime(": is right now")
#> 2019-06-13 13:34:30 : is right now