Suppose I have a data set which looks as follows:
    V1  V2 V3    V4     V5   V6
    Tue Aug 10 10:04:09  0 2018
    Thu Aug 12 10:05:34  0 2018
    Wed Sep 15 09:25:56  0 2018
    Wed Sep 15 12:37:29  0 2018
    Mon Oct 17 04:21:18  0 2018
    Tue Oct 18 12:45:38  0 2018
Note that this data is in a .csv file and I want to extract the rows where the date is in the format Wed Sep 15 how to do this. Please clarify this issue as I'm new to R. Thanks!
 
    