Function to clean files in a folder.

clean_files(path = ".", names = c("no_file"), verbose = FALSE)

Arguments

path

character string or file path representing the root folder to be cleaned

names

vector of character strings representing files in the root folder to be removed

verbose

(TRUE/FALSE) flag to print filenames being deleted

Value

nothing

Details

removes (deletes) files with given names on given path.