append_time.Rd
format: filename__year-month-day_hour-minutes-seconds_timezone.extension
append_time(path, ext)
path | (string) file path (existence is not checked) |
---|---|
ext | (string) Optional extension for the file |
(string) A file path with time stamp appended in the format described in the description
append_time("hello/a.b")#> [1] "hello/a__2019-03-07_20-01-40.b"append_time("hello/a.b", "R")#> [1] "hello/a__2019-03-07_20-01-40.R"