Converts dates from string formats common in LexisNexis to a
date object.
Usage
lnt_asDate(x, format = "auto", locale = "auto")
Arguments
x
A character object to be converted.
format
Either "auto" to guess the format based on a common order of
day, month and year or provide a custom format (see
stri_datetime_format for format options).