I am trying to read a scraped dataset stored in excel file. Once I loaded the file in RStudio, I checked the head(dataset, 5), but the columns of double values doesn't show full decimals, instead it shows:
100.
However, if I use View(dataset), it still shows the full decimals:
100.23
I tried this but it doesn't work:
options(digits=10)