EDA II: Organizing Data
摘要
We add to our EDA toolkit by introducing functions for manipulating datasets in R. These functions, known as verbs, come from the dplyr package and all have a consistent format. Here, we learn how to select rows and columns, create new variables, arrange the rows in a dataset, and produce data summaries. A variety of examples are shown using the CBSA data.