Lets say I have a certain number of xlsx files I want to use the map function on to pull together as one. I would use list.files(pattern=".xlsx), providing me with ALL the xlsx files in this directory but I want to exclude a certain number of these xlsx files which I might not need. How might I do this other than to filter them out after the fact?