If I have a data set and want to sum a specific column on the basis of the specific date range in r? for example Dataset
Guest  Sales  date
A        50      2018-08-10
B        180     2018-08-10
C         20     2018-08-15
D         390    2018-08-20
And I want the sum of sales between 2018-08-10 and 2018-08-16 ?
 
     
     
    