is_ISO8601_calendar_datetime: Determine if a string matches an ISO 8601 date/time using...

View source: R/iso8601_regexp.R

is_ISO8601_calendar_datetimeR Documentation

Determine if a string matches an ISO 8601 date/time using calendar date notation

Description

Determine if a string matches an ISO 8601 date/time using calendar date notation

Usage

is_ISO8601_calendar_datetime(x, ...)

Arguments

x

A vector of character strings to test

...

Arguments passed on to pattern_ISO8601_calendar_datetime

truncated

Should the date/time be allowed to be truncated? An integer indicating the highest required precision (0=second is required, 1=minute, 2=hour, 3=day, 4=month, 5=year, 6=none). A value of 6 will allow an empty string to match.

See Also

Other ISO8601 String checking: is_ISO8601_calendar_date(), is_ISO8601_ordinal_datetime(), is_ISO8601_timezone(), is_ISO8601_time(), is_ISO8601_week_datetime()

Other Date management and conversion: dateany_to_date(), generate_dtc(), is_ISO8601_calendar_date(), is_ISO8601_ordinal_datetime(), is_ISO8601_timezone(), is_ISO8601_time(), is_ISO8601_week_datetime(), make_dy(), pattern_ISO8601_any_datetime(), pattern_ISO8601_any_date(), pattern_ISO8601_calendar_datetime(), pattern_ISO8601_calendar_date(), pattern_ISO8601_calendar_year(), pattern_ISO8601_ordinal_datetime(), pattern_ISO8601_ordinal_date(), pattern_ISO8601_timezone(), pattern_ISO8601_time(), pattern_ISO8601_week_datetime(), pattern_ISO8601_week_date(), sdtm_dtc_to_datetime(), sdtm_first_dose(), sdtm_time_actual()


billdenney/Rsdtm documentation built on Dec. 7, 2022, 2:11 a.m.