I am new in R. So please help me to figure out the following problem.
My data are as follows.
> CheckIn - ID > 2016/Jan/1 - 100 > 2016/Feb/1 - 100 > 2014/Jan/1 - 100 > 2014/Jan/1 - 101 > 2015/Feb/1 - 100
I want to figure out following tables from above data
Jan - Feb - Mar 2014 2 - 0 - 0 2015 0 - 1 - 0 2016 1 - 1 - 0
Is it possible in R?