Chapter 7: Univariate and descriptive statistics

‘Data Manipulation Tools: dplyr’ (start from 07:05 ‘dplyr::summarise’)

Question 1: What does the summarise() function do to the existing data frame?

Answer 1: It returns a much smaller data frame with the requested summary statistics.