| get_mtime | R Documentation |
mtime Attribute from an ObjectWe set modification times on some objects, this is a convenience wrappers to
attr.
get_mtime(x)
x |
An object. |
The value of attr(attr(x, "path", "mtime").
Other file utilities:
clipboard_path(),
delete_trailing_blank_lines(),
delete_trailing_whitespace(),
develop_test(),
file_copy(),
file_modified_last(),
file_save(),
find_files(),
get_lines_between_tags(),
get_unique_string(),
grep_file(),
is_files_current(),
is_path(),
paths,
search_files(),
split_code_file(),
touch()
x <- 2
path <- tempfile()
touch(path)
x <- set_path(x, path)
get_mtime(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.