within_a_year: Check if the interval between two dates is less than a year

View source: R/date_utils.R

within_a_yearR Documentation

Check if the interval between two dates is less than a year

Description

Check if the interval between two dates is less than a year

Usage

within_a_year(date1, date2)

Arguments

date1

the first date by chronological order

date2

the second date by chronological order

Value

a boolean


logib documentation built on April 3, 2025, 5:58 p.m.