I am importing a sheet from excel. My data has more than 10 decimal places, however, when I import the data into R, using read_excel(), the numbers have only 5 decimal places. When I compare the calculations between Excel and R they are different because in R I have only 5 decimal places.
Why can this happen and how can I fix it to import the values with all decimals?
Thank you.