dateSetCheck: Check that dates match between 'dateSet' and 'dateTimeSet'

View source: R/checks.R

dateSetCheckR Documentation

Check that dates match between dateSet and dateTimeSet

Description

dateSetCheck checks whether all the dates match between dateSet and dateTimeSet. 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 dateSet and dateTimeSet.

Usage

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