I want to list all files in a directory that met certain conditions (date and currency). So with only one condition the argument pattern in list.files
pattern
list.files
file.ls <- list.files(path='~/DATA/PiP/Curvas/',pattern="20130801|USD")