Reshape seems to be losing observations
i am using reshape in dplyr to turn a long data table into a wide one. but when i do, i seem to be losing some observations. the data table called “data” is a record of 6 different species of bird observations over 20 years. i would like to make it a wide data table by combining each location/date to include 0s when each species was not observed during a survey.