daya6489 / SmartEDA

a R package for data exploratory analysis
https://daya6489.github.io/SmartEDA/
Other
42 stars 14 forks source link

Problem with date format #5

Closed tlilburn closed 4 years ago

tlilburn commented 4 years ago

I have a data set in a tibble format. It contains dates, which are correctly formatted (as far as I can tell) as dttm and date values. When I run ExpData, I get the following message: Error in as.POSIXlt.character(x, tz, ...) : character string is not in a standard unambiguous format What is smartEDA looking for in terms of dates? Thank you

daya6489 commented 4 years ago

There was an issue with ExpData function for Date format variable. Please try with the Latest version of SmartEDA_0.3.6 R package. The bugs are fixed in latest version.