powered by
Create a character string from a date for naming unique output files.
filedatetime(orgtim, tims=0, datesep="-", timesep="_", secsep="_")
character string
time vector of length 5: c(yr, jd, hr, mi, sec)
seconds to add to orgtim, default=0
character, seperater for the date
character, seperator for the time
character, seperator for the seconds
Jonathan M. Lees<jonathan.lees@unc.edu>
data(GH) g1 <- getGHtime(GH) g2 <- unlist(g1) filedatetime(g2, 1)
Run the code above in your browser using DataLab