After uploading my.df
as my.df <- read_excel("C:/mydirectory.xlsx", sheet = "my.sheet")
the first value of the cell becomes "1.1000000000000001"
rather than 1.1
why would that be the case? many thanks in advance.
Asked
Active
Viewed 23 times
0

Seyma Kalay
- 2,037
- 10
- 22
-
5Probably along these lines: https://stackoverflow.com/questions/9508518/why-are-these-numbers-not-equal/9508558#9508558 – I_O May 15 '23 at 22:10