dateSampleCheck: Check that dates match between 'dateSample' and...

View source: R/checks.R

dateSampleCheckR Documentation

Check that dates match between dateSample and dateTimeSample

Description

dateSampleCheck checks whether all the dates match between dateSample and dateTimeSample. 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 dateSample and dateTimeSample.

Usage

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