Function to clean files in a folder.
clean_files(path = ".", filename = NULL, names = c("no_file"), verbose = FALSE)
(path)- path to the root folder to be cleaned.
(character vector)- file name(s) to be removed.
(character vector)- character strings representing the files in the root folder to be removed.
(logical)- flag to print file names being deleted
nothing
removes (deletes) files with given names on given path.