dear members,
I want to convert "12 APR 2023" into a Date object.
I tried as_Date() from lubridate, but it is not working:
> as_date("12 APR 2023")
[1] NA
Warning message:
All formats failed to parse. No formats found.
> as_date("12-APR-2023")
[1] NA
Warning message:
All formats failed to parse. No formats found.
I am looking for a shorthand way of doing it. Of course, one can convert APR to
4 and get the job done, but I ma looking for a short and elegant code
please help...
THanking you,
Yours sincerely,
AKSHAY M KULKARNI
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.