timeCheck | R Documentation |
sampleID
time against the time portion of dateTimeSample
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
.
timeCheck(df)
df |
A data frame to check |
ID's of rows that have mismatched dates.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.