Description Usage Arguments Details Value Examples
Searches path provided in the search_path and returns most recent file
or directory.
1 | most_recent(search_path, type = c("any", "file", "directory", "symlink"))
|
search_path |
A path to search |
type |
Type of an object to return. Defaults to |
The function makes use of the directory listing function available
in the fs package - fs::dir_ls and
consequently can return any objects that
fs::dir_ls can identify.
A path object.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.