check_files_folder | R Documentation |
It checks the extension of files in a folder. It also count the unexpected files.
check_files_folder(path, ext, verbose = TRUE, out = "summary_files")
path |
the path |
ext |
a vector of expected extensions of expected files |
verbose |
if TRUE displays some messages related to the check |
out |
|
all_files, missplaced files, or dataframe summary
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.