timeStamp {Smisc} | R Documentation |
Embeds the present datetime into a file name
timeStamp(description, extension)
description |
Character vector giving the base name(s) of the file(s) |
extension |
Character vector giving the extension(s) of the file(s) (excluding the period) |
Character string of the form description_YYYY-MM-DD_HHMMSS.extension
Landon Sego
timeStamp("aFilename", "txt")