logo

Removing Digit Limits in R 📂R

Removing Digit Limits in R

Overview

R is a language for statistics, but the R console is not suitable for viewing data.

Nevertheless, when dealing with big data with hundreds of thousands of observations or checking if handling has been done properly, simple printing is convenient.

Tips

20180414_085925.png

When there are a bit too many observations, printing them on the console shows the bottom part cut off like above.

In this case, in the console window, type options(max.print = .Machine▷eq◁integer.max); example528

pi options(digits = 20); pi