powered by
Convenience function that takes in a time object and calculates a difference with a user specified prompt
timeSingle(string = "Time difference", startTime, endTime = Sys.time(), sep = ":")
prompt_string string user prompt with time difference
string of what was timed
"POSIXct" "POSIXt" object, usually from Sys.time
Sys.time
string, usually character that is used as the separator between user prompt and time difference
Daniel Y. Chen
x <- 3.14 strt <- Sys.time() sq <- x ** 2 timeSingle('Squaring value', strt)
Run the code above in your browser using DataLab