Recursively compare two directories
| 1 2 3 4 5 6 7 | dirCompare(
  dir1,
  dir2,
  Recursive = FALSE,
  dir1.excludes = NULL,
  compAttributes = FALSE
)
 | 
| dir1 | directory to compare | 
| dir2 | directory to compare | 
| Recursive | logical to perform recursive comparison | 
| dir1.excludes | character vector of files to exclude | 
| compareAttributes | logical to compare file attributes | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.