missing_dates {timeplyr}R Documentation

Check for missing dates between first and last date

Description

Check for missing dates between first and last date

Usage

missing_dates(x)

n_missing_dates(x)

Arguments

x

A date or datetime vector, or a data frame.

Value

A date vector if x is a vector, or a list if x is a data.frame.


[Package timeplyr version 0.5.0 Index]