remove_duplicate_points: Remove Duplicated Points from a Dataframe

View source: R/process_presence_absence.R

remove_duplicate_pointsR Documentation

Remove Duplicated Points from a Dataframe

Description

This function removes duplicated points from a dataframe based on specified coordinate columns.

Usage

remove_duplicate_points(df, coords = c("decimalLongitude", "decimalLatitude"))

Arguments

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").

Value

A dataframe without duplicated points.


glossa documentation built on Oct. 15, 2024, 5:08 p.m.