I am reading an excel spreadsheet with the following command
models <- XLConnect::loadWorkbook(bla.xlsx)
models <- readWorksheet(models,sheet1,check.names=F)
however I noticed that R modifies my number. For example in Excel: 1.011379571
and in R 1.011379570999999977
did anyone had this issue. I know it's very small issues but I really need 100% precision