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
used code (it remains the same with read_xls) read_excel(file, sheet = "Humedad", col_types = "text")
The problem is, that the first three columns are filled with zeros, even the col names which are incorrect because there are real numbers as you see in the image above.
incorrect output:
# insert reprex here
The text was updated successfully, but these errors were encountered:
I'm trying to read this excel file into a
tibble
.I did it with:
file <- "file.xls"
file.xls
used code (it remains the same with
read_xls
)read_excel(file, sheet = "Humedad", col_types = "text")
The problem is, that the first three columns are filled with zeros, even the col names which are incorrect because there are real numbers as you see in the image above.
incorrect output:
# insert reprex here
The text was updated successfully, but these errors were encountered: