I have data in the following format
number_of_tickets : "01-01-2019", "02-01-2019", "03-01-2019"......
date              :  1500       ,  1200       , "2000......
It is past two years of data and I need to computer total tickets opened yearly and monthly, something like below
      Jan     Feb    Mar....
2019  20570   18702  35078
2020  19794   11325  42723......
I am trying to using package lubridate and deplyr to summarize, mutate and many other things but not getting any headsway.
Any help will be appreciated!!!!
Thanks
 
     
    