Description Usage Arguments Details Value
Determine whether date column contains a continuous range of times
1 | test_continuous_date(dat, index, form = ymd, granularity = "days")
|
dat |
data frame to test |
index |
index of column containing dates |
form |
a lubridate function giving the format the dates should be in |
granularity |
how often are measurements expected? defaults to |
by "some of" the missing dates, we mean the function returns the first [granularity] after the one present in the dataset. However, more than just the first unit might be missing.
returns at least some of the missing dates (measured in granularity) if there are any, otherwise returns TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.