r언어 R 언어 로깅 프로그램이 실행되는 시간 f function(start_time) { start_time as.POSIXct(start_time) dt difftime(Sys.time(), start_time, units="secs") # Since you only want the H:M:S, we can ignore the date... # but you have to be careful about time-zone issues ... r언어
R 언어 로깅 프로그램이 실행되는 시간 f function(start_time) { start_time as.POSIXct(start_time) dt difftime(Sys.time(), start_time, units="secs") # Since you only want the H:M:S, we can ignore the date... # but you have to be careful about time-zone issues ... r언어