In the previous chapters, we experienced a variety of implementations with various datasets with the main focus on performing various statistical approaches with the R tool. The R programming language can be tricky for data scientists with limited programming experience. Therefore, it is considered important to create a learning path for R.
Creating this learning path for R was a continuous trade-off between being pragmatic and exhaustive. Therefore, we decided on creating the outline for the learning path.
The outline for the learning path is as follows:
- Why R?
- Environmental setup.
- Gist to R syntax and its pattern.
- Primary packages.
- Understanding the help system in R.
- The data analysis workflow:
- Data import
- Manipulating data
- Visualizing data
- Presenting the results
- Standout as R wizard