i have 3 column and 2600 rows of accoustics dataset. the 3 column is "Ping_Number", "Latitude" and "longitude".
for each ping number, i would like to retrain the first row of ping number "1" (and so on) and delete the rest of ping number "1" and the result like this.
I have tried using dplyr
library using filter
command, but it not satisfy with my needs.