R/my.functions.datetimelabel.R

Defines functions my.functions.datetimelabel

my.functions.datetimelabel = function(){
time = Sys.time()
label = paste0(substr(time,1,10),"_",substr(time,12,13),"-",substr(time,15,16))
return(label)
}
guilayn/my.stats documentation built on May 17, 2019, 7:06 p.m.