View source: R/process_presence_absence.R
remove_duplicate_points | R Documentation |
This function removes duplicated points from a dataframe based on specified coordinate columns.
remove_duplicate_points(df, coords = c("decimalLongitude", "decimalLatitude"))
df |
A dataframe object with each row representing one point. |
coords |
A character vector specifying the names of the coordinate columns used for identifying duplicate points. Default is c("decimalLongitude", "decimalLatitude"). |
A dataframe without duplicated points.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.