I need to select files which start with \"M\" and end with \".csv\". I can easily select files which start with \"M\" : list.files(pattern=\"^M\"), or files which end with