search for: ord_dates

Displaying 1 result from an estimated 1 matches for "ord_dates".

Did you mean: add_dates
2016 Aug 31
0
New strptime conversion specification for ordinal suffixes
As touched on briefly on SO <http://stackoverflow.com/questions/39237299>, base R has what appears to me to be a serious deficiency in its inability to recognize dates formatted as character strings with ordinal suffixes: ord_dates <- c("September 1st, 2016", "September 2nd, 2016", "September 3rd, 2016", "September 4th, 2016") ?strptime lists no conversion specification which could match ord_dates in one pass (as I discovered, even lubridate only manages to succeed by...