check_activity_date: Attribute "activity_date" verification

View source: R/checks.R

check_activity_dateR Documentation

Attribute "activity_date" verification

Description

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

Usage

check_activity_date(activity_date, landing_date = NULL)

Arguments

activity_date

Object of class character expected. Activity date in format year month day.

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.