date_format_i {vtype} | R Documentation |
The function try to identify the format of a Date variable
Description
Internal function.
Usage
date_format_i(x, qvalue=0.75, miss_values = NULL)
Arguments
x |
a character vector |
qvalue |
quality value |
miss_values |
a character vector of values considered to be invalid (missing) |
Value
a single string with date format
Author(s)
Andreas Schulz
[Package vtype version 0.8 Index]