June 2017
Beginner to intermediate
576 pages
15h 22m
English
Next, we will create a summary of the dataframe. However, instead of just printing the summary as we have done in the past, we will save the results of the summary to an object as well, since we will be using the aggregate information later in order to join it back to the original data. Again, if you will be manipulating large datasets, there is no need to run summary() functions more than once on the same data:
options(digits=3) options(repr.plot.width ...