This repository contains R script/ Google Colab file used to practice and learn basic R programming during the 1st year Skill Lab sessions at RV College of Engineering (RVCE).
- R File: Contains R scripts
- IPYNB File: To run on Google Colab
This repository serves as a resource for beginners learning R programming. The R scripts included cover fundamental topics such as variables, data types, basic operations, control structures, and simple functions.
To run the R scripts, you'll need:
- Access to Google Colab or a local R environment (like RStudio).
- Basic understanding of programming concepts.
- Clone this repository to your local machine or open it directly in Google Colab.
- Open the R files (.R extension) using an R environment.
- Execute the scripts sequentially to understand each concept.
- Refer to the comments in the scripts for explanations.