About 50 results
Open links in new tab
  1. 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.

  2. 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.

  3. 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.

  4. R Operators (With Examples) - Datamentor

    In this article, you will learn about different R operators with the help of examples.

  5. 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.

  6. R Vector (With Examples) - Datamentor

    In this article, you will learn about vectors in R programming with the help of examples.

  7. R ifelse () Function (With Examples) - Datamentor

    In this article, you will learn about the ifelse () function in R programming with the help of examples.

  8. 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.

  9. 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.

  10. 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.