Appendix C. R Packages Used in the Book
The following table lists the packages used in the book by chapter:
Chapter |
Package, in order of appearance |
Chapter 1, Extract, Transform, and Load |
|
Chapter 2, Data Cleaning |
|
Chapter 3, Exploratory Data Analysis |
|
Chapter 4, Linear Regression for Business |
|
Chapter 5, Data Mining with Cluster Analysis |
|
Chapter 6, Time Series Analysis |
|
Chapter 7, Visualizing the Data's Story |
|
Chapter 8, Web Dashboards with Shiny |
|
In general, you will install R packages using the install.packages("{package name}")
function from the console. For instance, to install the dplyr
package, you will type the...