Welcome to the R Learning Course repository! This guide is designed to take you from a beginner to (hopefully) a professional level in the fascinating and comprehensive R programming language.
-
Scripts: Find step-by-step scripts in R describing actions to be performed in R Studio. These scripts are aimed at helping you learn R in a structured manner.
-
Completed Versions: Discover the complete and answered versions of each script in a 'DONE' folder. Use these to examine your answers and reinforce your learning.
This repository is designed to be used with the R Studio program for teaching. R Studio provides a user-friendly integrated development environment (IDE) for working with the R programming language.
It is highly recommended that learners use R Studio for the best experience in understanding and practicing R.
However, for temporary and mandatory purposes (such as an unwanted academic unit), you can use https://colab.research.google.com/.
-
Clone this repository to your local machine:
git clone https://github.com/cloner174/R_Learning_Course.git
-
Explore the
Scriptsfolder for the step-by-step guides in R. -
Check the Completed Versions folder(named
DONE) to compare your answers and learn from the solutions provided.
To err is human, and nobody likes a perfect person! If you come across any mistakes or if you have questions, feel free to raise an issue or submit a pull request. Your contributions to improving the content are highly appreciated.
This project is licensed under the Apache License, Version 2.0.
For detailed information, please refer to the full text of the Apache License.
Special thanks to the R community for their continuous support and inspiration.
Happy coding and learning in R!