HI,
I have a folder called BSRESULT . BSRESULT has 1000 subfolders in it, each subfolder contains 5 different files including a ".csv" file. each CSV file conatains 10 columns and around 500 rows.
Is there a way in R to open each subfolder and read ".CSV" and check "x" column in .csv for perticular value and return all the subfolder names with perticular value ?
Thanks for the help