I'm looking for a way to convert a chr
to date. The current format of the csv is like this: "Jul 6, 2004"
when I try
df$Date <- as.Date(df$Date)
I get this error:
Error in charToDate(x) : character string is not in a standard unambiguous format