You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to read in a XLSX file with dates and using detectDates = TRUE, the console seems to freeze. It will not complete running, nor can I escape out of the code to stop it. R has to be either closed or forced closed through Task Manager.
I've been using as_date() with origin = "1899-12-30" as a workaround for the time being, but detectDates is more convenient.
The text was updated successfully, but these errors were encountered:
When trying to read in a XLSX file with dates and using
detectDates = TRUE
, the console seems to freeze. It will not complete running, nor can I escape out of the code to stop it. R has to be either closed or forced closed through Task Manager.I've been using
as_date()
withorigin = "1899-12-30"
as a workaround for the time being, but detectDates is more convenient.The text was updated successfully, but these errors were encountered: