View source: R/utils_file_io.R
was_updated | R Documentation |
Was a file updated in the last hour?
was_updated(file, alert = TRUE)
file |
|
alert |
|
lgl
whether the file was updated
x <- UU::mkpath(tempfile(), mkfile = TRUE)
was_updated(x)
file.remove(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.