date_spans are simplified lubridate::intervals. They only use dates (no time, not timezone).

date_span(first, last = NULL, clear = c("none", "last", "first", "both"))

Arguments

first

Date (or truncation YYYY, YYYY-MM)

last

Date (or truncation DD or MM-DD)

clear

character

Value

R Object of class date_span