Provide a starting point, recursion option (similar to list.files()) &
whether or not to remove any .DS_Store files found and
get back a data frame of full paths to any .DS_Store files that exist
or were removed. The removal success status (if remove is TRUE will be added
as a column to the data frame).
If no .DS_Store files were found, an empty data frame is returned.
1 | find_dsstore(path = ".", recursive = FALSE, remove = FALSE)
|
path |
a character vector of full path names; the default corresponds to
the working directory, |
recursive |
logical. Should the listing recurse into directories? Default is |
remove |
if |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.