This directory offers a comprehensive tutorial designed to guide beginners through the fundamentals of R programming. It covers essential topics to help users gain a solid foundation in R.
- 01-Introduction-to-R/: Overview of R programming and its applications.
- 02-Variables-and-Data-Types/: Understanding variables and data types in R.
- 03-Data-Operators/: Exploration of various data operators in R.
- 04-Conditional-Statements/: Implementing conditional logic in R.
- 05-Loops/: Utilizing loops for iterative operations.
- 06-Functions/: Writing and using functions in R.
To get the most out of this tutorial:
-
Clone the Repository:
git clone https://github.com/KasrAskari/learn-R.git cd learn-R/Tutorial -
Explore Each Module: Navigate through the directories in numerical order to build upon your knowledge step by step.
- R: Ensure that R is installed on your system. Download it from CRAN.
- RStudio (optional but recommended): An integrated development environment for R. Download it from RStudio.
Contributions to enhance this tutorial are welcome. Feel free to submit a pull request or open an issue to discuss improvements or suggest new topics.
This project is licensed under the MIT License. See the LICENSE file for details.
Happy coding!