This is the code repository for Introduction to R for Business Intelligence, published by Packt Publishing. It contains all the supporting code files necessary to work through the book from start to finish.
##Instructions and Navigation
All of the code is organized into chapter-wise folders. For example, Chapter 1.
You need the R statistical package, available free as an open source download from CRAN (https://www.r-project.org/). This book used R version 3.3.1 for Windows. You will get the same results using the macOS or Linux software. Optionally, it is also recommended that you use RStudio Desktop, an open source user interface that works with R (https://www.rstudio.com/). This book used version 0.99.903 for Windows. It is also available for macOS and Linux. Lastly, you will need to install a variety of R packages to perform the various analyses. All these are all freely available using the install.packages() function within R.
#####Code snippet example is as follows:
message("Introduction to R for Business Intelligence
Chapter 1 - Extract, Transform, and Load
Copyright (2016) Packt Publishing \n
This is your introduction to ETL")