Getting a quick overview of the data value ranges

Another function available in dplyr is the glimpse() function. It takes every column and displays the range of values present for that variable. We use the function in the following way:

glimpse(playerst)  

This has the following display:

I think I like this, in addition to the set of summary/head displays, as you get a feel for the variables involved rather than the rows involved, inverting the dataset.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.116.90.141