findNotDupRows: Find Not Dup Rows Function to find duplicate datetime stamps....

View source: R/MFEmetab.R

findNotDupRowsR Documentation

Find Not Dup Rows Function to find duplicate datetime stamps. Returns the indices of rows where the datetime is NOT a duplicate of the datetime in a previous row.

Description

Find Not Dup Rows Function to find duplicate datetime stamps. Returns the indices of rows where the datetime is NOT a duplicate of the datetime in a previous row.

Usage

findNotDupRows(dataIn)

Arguments

dataIn

a data frame

Value

A vector, indices of rows where the datetime is NOT a duplicat of the datetime in a previous row.


MFEh2o/MFE_Utilities documentation built on May 6, 2023, 1:35 p.m.