This function uses the system date and time to create a unique file name.
systemTimeFilename(name_suffix, name_ext, clean = FALSE)
Character string. Name part of file name to append to date time part.
Character string. File extension without the period. For example, "txt"
.
Logical. Remove problematic file system characters from file name part. Default is FALSE
.
A unique date time file name as character string.