Learn R Programming

tidyxl (version 1.0.4)

is_date_format: Test that Excel number formats are date formats

Description

Test that Excel number formats are date formats

Usage

is_date_format(x)

Arguments

x

character vector of number format strings

Examples

Run this code
# NOT RUN {
is_date_format(c("yyyy-mm-dd", "0.0%", "h:m:s", "<U+00A3>#,##0;[Red]-<U+00A3>#,##0"))
# }

Run the code above in your browser using DataLab