https://github.com/aditya-ranjan1234/r-programming-basics
Learning R Programming Basics : RVCE Skill Lab
https://github.com/aditya-ranjan1234/r-programming-basics
basics beginner r-programming
Last synced: 3 months ago
JSON representation
Learning R Programming Basics : RVCE Skill Lab
- Host: GitHub
- URL: https://github.com/aditya-ranjan1234/r-programming-basics
- Owner: Aditya-Ranjan1234
- License: gpl-3.0
- Created: 2024-06-14T12:56:30.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-14T13:07:58.000Z (12 months ago)
- Last Synced: 2025-01-22T20:14:27.737Z (5 months ago)
- Topics: basics, beginner, r-programming
- Language: Jupyter Notebook
- Homepage:
- Size: 475 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# R Programming Basics
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).
## Contents
- **R File**: Contains R scripts
- **IPYNB File**: To run on Google Colab## Overview
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.
### Prerequisites
To run the R scripts, you'll need:
- Access to Google Colab or a local R environment (like RStudio).
- Basic understanding of programming concepts.### Running the Scripts
1. Clone this repository to your local machine or open it directly in Google Colab.
2. Open the R files (.R extension) using an R environment.
3. Execute the scripts sequentially to understand each concept.
4. Refer to the comments in the scripts for explanations.