An open API service indexing awesome lists of open source software.

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

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.