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