Was a file updated in the last hour?
was_updated.Rd
Was a file updated in the last hour?
Examples
x <- UU::mkpath(tempfile(), mkfile = TRUE)
#> Created file: /tmp/RtmppMzPwa/file16a859ca5643.
was_updated(x)
#> ✔ /tmp/RtmppMzPwa/file16a859ca5643 was updated.
#> [1] TRUE
file.remove(x)
#> [1] TRUE