removeDuplicates: Remove duplicates

Description Usage Arguments Author(s) Examples

View source: R/removeDuplicates.r View source: R/functions.r

Description

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

Usage

1

Arguments

data

Data frame

Author(s)

Georgios Xenakis

Examples

1
2
3
4
5
## Load the data
data(fluxes)

## Remove duplicates
fluxes<-removeDuplicates(fluxes)

FREddyPro documentation built on May 29, 2017, 7:22 p.m.