Description Usage Arguments Value Examples
View source: R/findMissingDates.R
This function will take a character vector containing dates and convert it to 'ymd' lubridate format. Then it will compare to an hypothetical vector containing all dates between the oldest date and yesterday.
1  | 
suite | 
 Character vector containing dates in YYYY-MM-DD format.  | 
A vector of missing dates in lubridate format.
1 2 3 4  | ## Not run: 
ReportsIDs <- findMissingDates(x)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.