sameTime: Check for rows where 'dateTimeSet' and 'dateTimeSample' are...

View source: R/checks.R

sameTimeR Documentation

Check for rows where dateTimeSet and dateTimeSample are the same

Description

sameTime checks whether there are any rows where dateTimeSet is equal to dateTimeSample. The function also verifies that df is a data frame and has dateTimeSet and dateTimeSample columns.

Usage

sameTime(df, excludeZero = F)

Arguments

df

A data frame to check

excludeZero

Logical

Value

ID's of rows that have mismatched dates.


MFEh2o/MFEUtilities documentation built on May 6, 2023, 1:33 p.m.