check_departure_date: Attribute "departure_date" verification

View source: R/checks.R

check_departure_dateR Documentation

Attribute "departure_date" verification

Description

Check if the item "departure_date" is in date format year month day hour minute second UTC, if the value is inferior to the actual date and if it is inferior to the landing_date (if there are provided).

Usage

check_departure_date(departure_date, landing_date = NULL)

Arguments

departure_date

Object of class character expected. Departure date in format year month day hour minute second UTC.

landing_date

Object of class character expected. Landing date in format year month day hour minute second UTC. By default NULL.


OB7-IRD/t3 documentation built on April 23, 2023, 7:34 p.m.