I want the program to read the data as double float but when I use as.double and as.numeric it changes the data itself. Original data Original data is in fractions
After applying as.double to each column separately and combining to form a dataframe, the data starts looking like this Changed data values after applying as. double()