dupFiles | R Documentation |
dupFiles
computes checksums to find duplicate files.
dupFiles(files, ...)
Rdups(files, ...)
files |
character: file name(s) |
... |
further parameters given to |
a list of file names with the same checksum or NULL
if (interactive()) {
files <- list.files(pattern="*.R$", full.names=TRUE, recursive=TRUE)
dupFiles(files)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.