timeTravel: Check that sample-set time spans are logical

View source: R/checks.R

timeTravelR Documentation

Check that sample-set time spans are logical

Description

timeTravel checks whether there are any rows where dateTimeSet is later than dateTimeSample, which wouldn't make sense. The function also verifies that df is a data frame and has dateTimeSet and dateTimeSample columns.

Usage

timeTravel(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.