Copy files from the inputted source to the inputted destination

file_copy(src_filelist, dest_filelist, messg = "Copying ", progress = TRUE)

Arguments

src_filelist

list of source files

dest_filelist

list of destination files

messg

character string of displayed message

progress

logical flag set TRUE to display progress bar in terminal