2
I’m trying to import a table with datetime values in r, and the values are not imported. The column with the values appears with NA and the following error is reported.
Parsed with column specification:
cols(
HTV = col_time(format = "")
)
Warning: 15 parsing failures.
row col expected actual
1 HTV valid date 46:57:00
2 HTV valid date 42:12:00
3 HTV valid date 67:25:00
4 HTV valid date 62:53:00
5 HTV valid date 27:50:00
This question is very general. Please share the code used to import the data and first rows of the table to be imported, if it is in a text file, so we can get some idea of how to help you.
– Marcus Nunes
I voted to close this question since without a reproducible minimum example it will be very difficult to answer correctly. Denis, if it is closed, you can edit it by adding the example and reopen.
– Daniel Falbel