This function displays actions (either "copy" or "delete") to be performed on a list of files.
display_file_actions(path_to_files, directory, action = c("copy", "delete"))console-friendly table with files and actions
Data frame containing the paths to the files. The data frame should have a column named "Paths".
Character string specifying path to directory where action is taken
Character vector specifying the action to be performed on the files. Options are "copy" (default) or "delete".