View source: R/bigquery-helpers.R
getMissingDates | R Documentation |
Gets dates that are missing from the date range for a give list of existing dates
getMissingDates(start.date, end.date, existing.dates, format = "%Y%m%d")
start.date |
begining of the period |
end.date |
end of the period |
existing.dates |
vector of existing dates that should be excluded |
format |
format for the date, see ?as.character |
vector of dates from the period that don't exist in the give vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.