I have a big dataframe with columns such as:
ID, time, OS, IP
Each row of that dataframe corresponds to one entry. Within that dataframe for so
subset(data,!duplicated(data$ID))
Should do the trick