Learn R Programming

FREddyPro (version 1.0)

removeDuplicates: Remove duplicates

Description

The function looks at the timestamp of the data and identifies rows with same timestamp and removes one of the two

Usage

removeDuplicates(data)

Arguments

data
Data frame

Examples

Run this code
## Load the data
data(fluxes)

## Remove duplicates
fluxes<-removeDuplicates(fluxes)

Run the code above in your browser using DataLab