Copy files from one folder to another based on a list from excel

You can use the file.copy() function

file.copy(list_of_files, new_folder)

If you need more specific help, please provide a proper REPRoducible EXample (reprex) illustrating your issue.