Description Usage Arguments Author(s) Examples
View source: R/util_check_file_type.R
Checks if files have the specified file type. Returns filenames of files that mismatch the file type specified with an option to delete them.
1 2 3 4 5 6 7 8 |
dir |
Character string. Directory which contains target files. |
fn |
Character vector. Filenames. |
file_type |
Character string. File type. For example, "PDF document" for PDF and "EPUB document" for EPUB. |
remove_files |
Logical. Remove files that do not match the specified file type. BE CAREFUL WITH THIS OPTION AS FILES CAN BE DELETED FROM YOUR SYSTEM. |
par |
Logical.
If |
ncores |
Integer.
Number of cores to use if |
Ivan Jacob Agaloos Pesigan
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.