Function to copy input files to their destination folders
copy_input(x, sourcepath, suffix = NULL, move = FALSE)
Filepath or data frame containing the mapping of files to be deleted
Path to folder containing all input files
suffix that might be part of input names that should be deleted
If TRUE files will be moved instead of copied (default=FALSE)
Jan Philipp Dietrich, David Klein