valid_dateRangeInput: Check whether the value of a dateRangeInput is valid

View source: R/utils_validation.R

valid_dateRangeInputR Documentation

Check whether the value of a dateRangeInput is valid

Description

Both dates need to be supplied for the value to be considered valid, and the start date needs to be on or before the end date

Usage

valid_dateRangeInput(value)

Arguments

value

The value of the dataRangeInput to validate

Value

TRUE if value is valid, FALSE if not


Ottis1/fieldactivity documentation built on Nov. 21, 2022, 2:23 p.m.