check_date_format: Check that a character string is in correct date format

Description Usage Arguments Value

Description

Check that a character string is in correct date format

Usage

1
check_date_format(date.string)

Arguments

date.string

The character string of the date to be tested for whether the format is correct (%Y-%m-%d)

Value

Logical value indicating whether the string is in the form YYYY-mm-dd (TRUE) or not (FALSE)


pollylang/aqtrends documentation built on May 20, 2019, 8:24 p.m.