remove_files {MIMER} | R Documentation |
Remove Files - To be used in the Manual Build Process
Description
This function removes files specified by their filenames from a given directory.
Usage
remove_files(extract_dir, filenames)
Arguments
extract_dir |
The directory from which files will be removed. |
filenames |
A character vector containing the names of the files to be removed. |
[Package MIMER version 1.0.3 Index]