get_file_duplicates | R Documentation |
Get list of paths containing files of the same name
get_file_duplicates(paths, pattern, ...)
paths |
vector of character representing full file paths |
pattern |
|
... |
arguments passed to |
paths <- c("/a/b/c.exe", "/a/b/d.exe", "/A/B/c.exe", "/A/B/d.exe") get_file_duplicates(paths, pattern = "\\.exe$")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.