Find the largest object ID and renumbers all duplicate IDs starting form this value. The information for the duplicates is also added to the obs.table
rename.duplicates(ddf.dat, double.observer = FALSE)
dataframe containing a single dataset with duplicate observations
logical indicating whether it is a double observer survey or not
list with 2 elements: ddf.dat dataframe containing a single dataset with new and unique observation IDs obs.table the updated obs.table dataframe containing the new observation IDs
resample.data