Average number of times a day appears

Hi all,

I would like to count the average number of times that this individual was detected per day. I am not sure how to complete this in r, I have an example of data below

For example:
Average detections on 2013-6-3: 10
Average detections on 2013-6-4: 9

Any advice would be appreciated.

Use dplyr::group_by with lubridate::yday()

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.