Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
R Programming For beginners
Rating: 4.0 out of 5(6 ratings)
605 students

R Programming For beginners

Learn R Programming for Data Science and Data Analysis
Created by247 Learning
Last updated 3/2026
English

What you'll learn

  • Install R and RStudio
  • Create R script
  • Create new R Projects
  • Install and load packages
  • Clean data with R
  • Pipe functions into datasets
  • Visualize your data using base R graphics
  • Analyse Data
  • Create objects (variables)

Course content

3 sections24 lectures1h 56m total length
  • Introduction0:20
  • What is R
  • Installing R on Windows2:01
  • Installing R on Macs0:01
  • What is R Studio
  • Installing R Studio on Windows1:50
  • Installing R Studio on Macs0:01
  • Exploring R Studio default interface9:32
  • Creating a new project in R Studio5:34
  • What are packages0:20
  • How to install packages4:19
  • Loading Packages6:38
  • Importing data into R Studio5:44
  • How to read data in a csv file with R6:28
  • Install Janitor Package3:30

Requirements

  • No experience required

Description

R is a programming language and software environment for statistical computing and graphics supported by the R Foundation for Statistical Computing. 


The R language is widely used among statisticians and data miners for developing statistical software and data analysis  .  R is an integrated suite of software facilities for data manipulation, calculation and graphical display. It includes


•    an effective data handling and storage facility,


•    a suite of operators for calculations on arrays, in particular matrices,


•    a large, coherent, integrated collection of intermediate tools for data analysis,


•    graphical facilities for data analysis and display either on-screen or on hardcopy, and


•    a well-developed, simple and effective programming language which includes conditionals,    loops, user-defined recursive functions and input and output facilities.


RStudio is an integrated development environment for R, a programming language for statistical computing and graphics. It is available in two formats: RStudio Desktop is a regular desktop application while RStudio Server runs on a remote server and allows accessing RStudio using a web browser.

R is installed on your computer and uses your personal computer resources to process R programming language. RStudio integrates with R as an IDE (Integrated Development Environment) to provide further functionality. RStudio combines a source code editor, build automation tools and a debugger.

In this course  we will setup an R environment  and perform data analysis and visualisation.

Who this course is for:

  • Beginners to R