I am studying about R and i have data like this
Name    daysubmit    score
 A      01/02/2016
 B      7/02/2016
 A      11/02/2016
 A      20/02/2016
 B      21/02/2016
 B      01/03/2016
 ...
In this table, "daysubmit" sorted by day
I want to find the max time of 2 submission of each people
Thanks.
