
R Examples | Datamentor: Learn to Code in R Programming and Python
On this page, you will discover examples that illustrate the fundamental concepts of R programming. Please try these examples on your own before checking the solutions.
R Functions (With Examples) - Datamentor
In this tutorial, you will learn everything about functions in R programming; how to create them, why it is used and so on.
R Histograms (With Examples) - Datamentor
In this article, you will learn to use hist () function to create histograms in R programming with the help of numerous examples.
R Operators (With Examples) - Datamentor
In this article, you will learn about different R operators with the help of examples.
R if else Statement (With Examples) - Datamentor
In this article, you will learn to create if and if else statement in R programming with the help of examples.
R Vector (With Examples) - Datamentor
In this article, you will learn about vectors in R programming with the help of examples.
R ifelse () Function (With Examples) - Datamentor
In this article, you will learn about the ifelse () function in R programming with the help of examples.
R Lists (With Examples) - Datamentor
In this article, you will learn to work with lists in R programming. You will learn to create, access, modify and delete list components.
R Plot Function (With Examples) - Datamentor
In this article, you will learn to use the plot function in R programming with the help of examples.
R while Loop (With Examples) - Datamentor
Loops are used in programming to repeat a specific block of code. In this article, you will learn to create a while loop in R programming.