Counting between dates

The best way is to use lubridate package to handle the dates.
Perform a left join on your data, then group by and summarise

for more detailed help, I'd request you provide a reprex
FAQ: How to do a minimal reproducible example ( reprex ) for beginners

1 Like