Asked
Active
Viewed 114 times
0

Dmitry Kuzminov
- 6,180
- 6
- 18
- 40

Krisha
- 63
- 5
-
easiest way would be to use `as.data.frame(Highestsales)` instead but maybe there are some relevant arguments in `?tibble:::print.tbl` – rawr Jun 12 '20 at 16:02
-
it removed the data types , but the sales value is turned into (3.75e+10) like this not sure whats going on there – Krisha Jun 12 '20 at 16:28
-
that's scientific notation, you can use [this answer](https://stackoverflow.com/a/44725320/2994949) to change the printing format – rawr Jun 12 '20 at 17:57