I have wide format data in a .dta file, merged by 'ID' that's numeric. When I look at the preview on R, the data are fine. However, when I read it into R and open it using View(), all the numeric variables in the data frame have been changed to '8.00000e+01', '6.039095e+09' etc.
I've never encountered this problem while importing datasets before. Can someone explain how to change it back and why this is happening?