db_missing_days: Given a database with one or more parameters retrieve a...

Description Usage Arguments Value

Description

Given a database with one or more parameters retrieve a listing of missing dates in the sequence form first date to last date.

Usage

1
db_missing_days(x = read_database(), last_date = Sys.Date() - 1)

Arguments

x

a tibble database

last_date

either NULL or a Date object to use as the last date of the date range to examine. If NULL then the last date in the database is used. By default we use 'yesterday'

Value

named list of date vectors of mising days (possibly empty)


btupper/obpgtools documentation built on May 13, 2019, 8:42 a.m.