timeCheck: Check 'sampleID' time against the time portion of...

View source: R/checks.R

timeCheckR Documentation

Check sampleID time against the time portion of dateTimeSample

Description

timeCheck checks whether all the times in the sampleID column match up with the times in the dateTimeSample column. If they don't, returns numeric indices of the rows that contain mismatches. This function also verifies that df is a data frame and that it has the columns sampleID and dateTimeSample.

Usage

timeCheck(df)

Arguments

df

A data frame to check

Value

ID's of rows that have mismatched dates.


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