Skip to main content
HomeR

R courses

R is a highly versatile and powerful programming language, celebrated for its capabilities in statistical analysis, data visualization, and its comprehensive collection of packages.
R courses icon

Recomended For Starters

Become an R programmer and develop your R skills with interactive courses, tracks and projects, curated by real-world experts.

Course

Introduction to R

4 hr
13.2K
Master the basics of data analysis in R, including vectors, lists, and data frames, and practice R with real data sets.

Track

R Programming

22 hr
215
Level-up your R programming skills! Learn how to work with common data structures, optimize code, and write your own functions.

Not sure where to start?

Take an Assessment
154 results

Course

Introduction to R

BeginnerSkill Level
4 hr
13.2K
Master the basics of data analysis in R, including vectors, lists, and data frames, and practice R with real data sets.

Course

Intermediate R

BeginnerSkill Level
6 hr
5.3K
Continue your journey to becoming an R ninja by learning about conditional statements, loops, and vector functions.

Course

Introduction to the Tidyverse

BeginnerSkill Level
4 hr
6.8K
Get started on the path to exploring and visualizing your own data with the tidyverse, a powerful and popular collection of data science tools within R.

Course

Data Manipulation with dplyr

BeginnerSkill Level
4 hr
4.9K
Delve further into the Tidyverse by learning to transform and manipulate data with dplyr.

Course

Introduction to Statistics in R

IntermediateSkill Level
4 hr
2.8K
Grow your statistical skills and learn how to collect, analyze, and draw accurate conclusions from data.

Course

Introduction to Regression in R

IntermediateSkill Level
4 hr
2.4K
Predict housing prices and ad click-through rate by implementing, analyzing, and interpreting regression analysis in R.

Course

Exploratory Data Analysis in R

IntermediateSkill Level
4 hr
2.6K
Learn how to use graphical and numerical techniques to begin uncovering the structure of your data.

Course

Joining Data with dplyr

BeginnerSkill Level
4 hr
1.9K
Learn to combine data across multiple tables to answer more complex questions with dplyr.

Course

Intermediate Regression in R

IntermediateSkill Level
4 hr
1.3K
Learn to perform linear and logistic regression with multiple explanatory variables.

Course

Cleaning Data in R

IntermediateSkill Level
4 hr
1.2K
Learn to clean data as quickly and accurately as possible to help your business move from raw data to awesome insights.

Course

Hypothesis Testing in R

IntermediateSkill Level
4 hr
1K
Learn how and when to use hypothesis testing in R, including t-tests, proportion tests, and chi-square tests.

Course

Reporting with R Markdown

IntermediateSkill Level
4 hr
953
R Markdown is an easy-to-use formatting language for authoring dynamic reports from R code.

Course

Reshaping Data with tidyr

IntermediateSkill Level
4 hr
672
Transform almost any dataset into a tidy format to make analysis easier.

Course

Introduction to R for Finance

BeginnerSkill Level
4 hr
706
Learn essential data structures such as lists and data frames and apply that knowledge directly to financial examples.

Course

Supervised Learning in R: Regression

IntermediateSkill Level
4 hr
803
In this course you will learn how to predict future events using linear regression, generalized additive models, random forests, and xgboost.

Course

Building Web Applications with Shiny in R

IntermediateSkill Level
4 hr
511
Shiny is an R package that makes it easy to build interactive web apps directly in R, allowing your team to explore your data as dashboards or visualizations.

Course

Unsupervised Learning in R

IntermediateSkill Level
4 hr
753
This course provides an intro to clustering and dimensionality reduction in R from a machine learning perspective.

Course

Sampling in R

IntermediateSkill Level
4 hr
893
Master sampling to get more accurate statistics with less data.

Course

Writing Efficient R Code

IntermediateSkill Level
4 hr
608
Learn to write faster R code, discover benchmarking and profiling, and unlock the secrets of parallel programming.

Course

Machine Learning with caret in R

AdvancedSkill Level
4 hr
491
This course teaches the big ideas in machine learning like how to build and evaluate predictive models.

Course

Time Series Analysis in R

IntermediateSkill Level
4 hr
543
Learn the core techniques necessary to extract meaningful insights from time series data.

Course

Manipulating Time Series Data in R

IntermediateSkill Level
4 hr
441
Master time series data manipulation in R, including importing, summarizing and subsetting, with zoo, lubridate and xts.

Course

Communicating with Data in the Tidyverse

BeginnerSkill Level
4 hr
465
Leverage the power of tidyverse tools to create publication-quality graphics and custom-styled reports that communicate your results.

Course

Foundations of Probability in R

BeginnerSkill Level
4 hr
530
In this course, you'll learn about the concepts of random variables, distributions, and conditioning.

Course

Web Scraping in R

IntermediateSkill Level
4 hr
291
Learn how to efficiently collect and download data from any website using R.

Course

Modeling with Data in the Tidyverse

IntermediateSkill Level
4 hr
498
Discover different types in data modeling, including for prediction, and learn how to conduct linear regression and model assessment measures in the Tidyverse.

Course

Generalized Linear Models in R

IntermediateSkill Level
4 hr
231
The Generalized Linear Model course expands your regression toolbox to include logistic and Poisson regression.

Course

Data Manipulation with data.table in R

BeginnerSkill Level
4 hr
340
Master core concepts about data manipulation such as filtering, selecting and calculating groupwise statistics using data.table.

Course

RNA-Seq with Bioconductor in R

IntermediateSkill Level
4 hr
195
Use RNA-Seq differential expression analysis to identify genes likely to be important for different diseases or conditions.

Course

Intermediate Importing Data in R

IntermediateSkill Level
3 hr
260
Parse data in any format. Whether it's flat files, statistical software, databases, or data right from the web.

Course

Forecasting in R

IntermediateSkill Level
5 hr
219
Learn how to make predictions about the future using time series forecasting in R including ARIMA models and exponential smoothing methods.

Course

Cluster Analysis in R

IntermediateSkill Level
4 hr
326
Develop a strong intuition for how hierarchical and k-means clustering work and learn how to apply them to extract insights from your data.

Course

Intermediate R for Finance

BeginnerSkill Level
5 hr
466
Learn about how dates work in R, and explore the world of if statements, loops, and functions using financial examples.

Course

Foundations of Inference in R

IntermediateSkill Level
4 hr
315
Learn how to draw conclusions about a population from a sample of data via a process known as statistical inference.

Course

Experimental Design in R

IntermediateSkill Level
4 hr
375
In this course you'll learn about basic experimental design, a crucial part of any data analysis.

Course

Visualization Best Practices in R

BeginnerSkill Level
4 hr
380
Learn to effectively convey your data with an overview of common charts, alternative visualization types, and perception-driven style enhancements.

Course

Introduction to Bioconductor in R

IntermediateSkill Level
4 hr
141
Learn to use essential Bioconductor packages for bioinformatics using datasets from viruses, fungi, humans, and plants!

Course

ARIMA Models in R

IntermediateSkill Level
4 hr
263
Become an expert in fitting ARIMA (autoregressive integrated moving average) models to time series data using R.

Course

Dealing With Missing Data in R

BeginnerSkill Level
4 hr
225
Make it easy to visualize, explore, and impute missing data with naniar, a tidyverse friendly approach to missing data.

Course

Network Analysis in R

IntermediateSkill Level
4 hr
195
Learn to analyze and visualize network data with the igraph package and create interactive network plots with threejs.

Course

Analyzing Survey Data in R

IntermediateSkill Level
4 hr
196
Learn survey design using common design structures followed by visualizing and analyzing survey results.

Course

Visualizing Geospatial Data in R

IntermediateSkill Level
4 hr
110
Learn to read, explore, and manipulate spatial data then use your skills to create informative maps using R.

Course

Linear Algebra for Data Science in R

IntermediateSkill Level
4 hr
111
This course is an introduction to linear algebra, one of the most important mathematical topics underpinning data science.

Course

Credit Risk Modeling in R

IntermediateSkill Level
4 hr
147
Apply statistical modeling in a real-life setting using logistic regression and decision trees to model credit risk.

Course

Dimensionality Reduction in R

IntermediateSkill Level
4 hr
167
Learn dimensionality reduction techniques in R and master feature selection and extraction for your own data and models.

Course

Building Dashboards with shinydashboard

BeginnerSkill Level
4 hr
85
Learn to create interactive dashboards with R using the powerful shinydashboard package. Create dynamic and engaging visualizations for your audience.

Course

Categorical Data in the Tidyverse

BeginnerSkill Level
4 hr
167
Get ready to categorize! In this course, you will work with non-numerical data, such as job titles or survey responses, using the Tidyverse landscape.

Course

Factor Analysis in R

AdvancedSkill Level
4 hr
117
Explore latent variables, such as personality, using exploratory and confirmatory factor analyses.

Course

Developing R Packages

IntermediateSkill Level
4 hr
129
Learn to develop R packages and boost your coding skills. Discover package creation benefits, practice with dev tools, and create a unit conversion package.

Course

Quantitative Risk Management in R

BeginnerSkill Level
5 hr
99
Work with risk-factor return series, study their empirical properties, and make estimates of value-at-risk.

Course

Survival Analysis in R

IntermediateSkill Level
4 hr
103
Learn to work with time-to-event data. The event may be death or finding a job after unemployment. Learn to estimate, visualize, and interpret survival models!

Course

Support Vector Machines in R

IntermediateSkill Level
4 hr
187
This course will introduce the support vector machine (SVM) using an intuitive, visual approach.

Course

Sentiment Analysis in R

IntermediateSkill Level
4 hr
144
Learn sentiment analysis by identifying positive and negative language, specific emotional intent and making compelling visualizations.

Course

GARCH Models in R

AdvancedSkill Level
4 hr
140
Specify and fit GARCH models to forecast time-varying volatility and value-at-risk.

Course

Feature Engineering in R

IntermediateSkill Level
4 hr
160
Learn the principles of feature engineering for machine learning models and how to implement them using the R tidymodels framework.

Course

Market Basket Analysis in R

IntermediateSkill Level
4 hr
131
Explore association rules in market basket analysis with R by analyzing retail data and creating movie recommendations.

Course

Business Process Analytics in R

IntermediateSkill Level
4 hr
111
Learn how to analyze business processes in R and extract actionable insights from enormous sets of event data.

Course

A/B Testing in R

IntermediateSkill Level
4 hr
36
Learn the basics of A/B testing in R, including how to design experiments, analyze data, predict outcomes, and present results through visualizations.

Course

Bond Valuation and Analysis in R

IntermediateSkill Level
4 hr
141
Learn to use R to develop models to evaluate and analyze bonds as well as protect them from interest rate changes.

Course

Analyzing US Census Data in R

IntermediateSkill Level
4 hr
111
Learn to rapidly visualize and explore demographic data from the United States Census Bureau using tidyverse tools.

Course

Hyperparameter Tuning in R

AdvancedSkill Level
4 hr
113
Learn how to tune your model's hyperparameters to get the best predictive results.

Course

Financial Trading in R

IntermediateSkill Level
5 hr
39
This course covers the basics of financial trading and how to use quantstrat to build signal-based trading strategies.

Course

Analyzing Social Media Data in R

IntermediateSkill Level
4 hr
38
Extract and visualize Twitter data, perform sentiment and network analysis, and map the geolocation of your tweets.

Course

Forecasting Product Demand in R

IntermediateSkill Level
4 hr
31
Learn how to identify important drivers of demand, look at seasonal effects, and predict demand for a hierarchy of products from a real world example.

Course

R For SAS Users

BeginnerSkill Level
4 hr
20
Learn how to translate your SAS knowledge into R and analyze data using this free and powerful software language.

Course

Parallel Programming in R

IntermediateSkill Level
4 hr
52
Unlock the power of parallel computing in R. Enhance your data analysis skills, speed up computations, and process large datasets effortlessly.

Course

ChIP-seq with Bioconductor in R

IntermediateSkill Level
4 hr
36
Learn how to analyse and interpret ChIP-seq data with the help of Bioconductor using a human cancer dataset.

Course

Programming with dplyr

IntermediateSkill Level
4 hr
44
Learn how to perform advanced dplyr transformations and incorporate dplyr and ggplot2 code in functions.

Course

Practicing Statistics Interview Questions in R

AdvancedSkill Level
4 hr
23
In this course, you'll prepare for the most frequently covered statistical topics from distributions to hypothesis testing, regression models, and much more.

Course

Bayesian Modeling with RJAGS

AdvancedSkill Level
4 hr
33
In this course, you'll learn how to implement more advanced Bayesian models using RJAGS.

Course

Building Response Models in R

AdvancedSkill Level
4 hr
56
Learn to build simple models of market response to increase the effectiveness of your marketing plans.

Course

Defensive R Programming

IntermediateSkill Level
4 hr
55
Learn defensive programming in R to make your code more robust.

Course

Mixture Models in R

IntermediateSkill Level
4 hr
14
Learn mixture models: a convenient and formal statistical framework for probabilistic clustering and classification.

Course

Probability Puzzles in R

IntermediateSkill Level
4 hr
10
Learn strategies for answering probability questions in R by solving a variety of probability puzzles.

Course

Scalable Data Processing in R

AdvancedSkill Level
4 hr
20
Learn how to write scalable code for working with big data in R using the bigmemory and iotools packages.

Track

Associate Data Scientist in R

88 hr
198
Learn how to use R for data science, from data manipulation to machine learning. Gain the career-building skills you need to succeed in data science!

Track

R Programming

22 hr
215
Level-up your R programming skills! Learn how to work with common data structures, optimize code, and write your own functions.

Track

Data Analyst with R

36 hr
479
From exploratory data analysis with dplyr to data visualization with ggplot2—gain the career-building R skills you need to succeed as a data analyst!

Track

Data Scientist in R

27 hr
52
Learn data science with R, from data manipulation to machine learning, and gain the skills needed for the Data Scientist in R certification!

Track

R Developer

52 hr
34
From data wrangling to developing packages, gain the career-building skills you need to succeed as an R developer. No prior coding experience needed.

Track

Statistics Fundamentals with R

20 hr
87
Discover the power of statistics in R. Learn the key statistical concepts, topics, and techniques used by data scientists and statisticians every day.

Track

Statistician with R

52 hr
29
A statistician collects and analyzes data and helps companies make sense of quantitative data, including spotting trends and making predictions.

Track

Data Visualization with R

12 hr
100
Bring your data into focus with data visualizations in R using ggplot2. Learn the graphical and plot-building skills to tell better data stories.

Track

Machine Learning Fundamentals in R

24 hr
72
Predict categorical and numeric responses via classification and regression, and discover the hidden structure of datasets with unsupervised learning.

Track

Quantitative Analyst with R

67 hr
13
Ensure portfolios are risk balanced, help find new trading opportunities, and evaluate asset prices using mathematical models.

Track

Data Manipulation with R

16 hr
41
Take the pain out of data manipulation using dplyr and tidyr. Learn how to transform, sort, and filter your data, ready for quick analysis.

Track

Analyzing Genomic Data in R

16 hr
25
Start exploring the world of computational biology with essential Bioconductor packages and workflows for next-generation sequencing data analysis.

Track

Time Series with R

25 hr
39
Learn how to extract meaningful insights from time series data in R. Explore how to model, forecast, and visualize time series data.

Track

Shiny Fundamentals with R

16 hr
34
Learn how to use Shiny, a popular R package, to build highly interactive web applications and share your analyses as dashboards and visualizations.

Track

Tidyverse Fundamentals with R

20 hr
34
Import and tidy data, wrangle and visualize data, and model and communicate with data in R with the tidyverse.

Track

Marketing Analytics with R

24 hr
3
Grow the R skills you need to work with social media data, perform market basket analysis, and use machine learning to guide your marketing decisions.

Track

Statistical Inference with R

16 hr
21
A core set of skills in statistical inference necessary to understand, interpret, and tune your statistical & machine learning models.

Track

Importing & Cleaning Data with R

14 hr
30
Gain the real-world skills you need to import and clean your data when working in R—making it possible for you to reveal the insights that matter.

Track

Text Mining with R

16 hr
53
Discover text mining in R and learn how to extract exciting insights from tweets, product reviews, and books through sentiment analysis in R.

Track

Big Data with R

16 hr
14
Work with big data in R via parallel programming, interfacing with Spark, writing scalable & efficient R code, and learn ways to visualize big data.

Track

Finance Fundamentals in R

28 hr
22
Gain the introductory skills you need to make data-driven financial decisions in R—using the xts, zoo, tidyquant, and PortfolioAnalytics packages.

Track

Interactive Data Visualization in R

16 hr
11
Build beautiful interactive maps, explore your data by zooming into and hovering over plots, and design engaging, dynamic charts in R.

Track

Applied Finance in R

26 hr
13
Grow your financial skills in R. Learn how to evaluate portfolios, calculate credit risk, and create GARCH models to forecast volatility.

Track

Network Analysis with R

12 hr
25
Learn how to visualize and analyze network data in R, using igraph and other visualization libraries.

Track

Intermediate Tidyverse Toolbox

17 hr
18
Learn to build machine learning models more effectively using more efficient code and clean data in the tidyverse.
See More

Related resources on R

R Project

blog

The Top 8 R Project Ideas for 2023

Discover what R is and all the benefits for using it while giving examples and new ideas for a project.
Elena Kosourova 's photo

Elena Kosourova

16 min

blog

Python vs R for Data Science: Which Should You Learn?

This guide will help you answer one of the most frequently asked questions of newcomers in data science and help you choose between R and Python.
Javier Canales Luna 's photo

Javier Canales Luna

10 min

cheat sheet

Getting Started with R Cheat Sheet

This cheat sheet will cover an overview of getting started with R. Use it as a handy, high-level reference for a quick start with R. For more detailed R Cheat Sheets, follow the highlighted cheat sheets below.
Richie Cotton's photo

Richie Cotton

9 min


Ready to apply your skills?

Projects allow you to apply your knowledge to a wide range of datasets
to solve real-world problems in your browser

Project

NYC Airbnb Data Analysis

0.75 hr
5.3K
Apply data importing and cleaning skills to extract insights about the New York City Airbnb market.

Project

Exploring Airbnb Market Trends

1 hr
1.4K
Apply your importing and cleaning data and data manipulation skills to explore New York City Airbnb data.
See More

Frequently asked questions

What is R?

R is a statistical computing and graphics system, consisting of the R language and a run-time environment. Originally designed for statistical purposes, it excels in data analysis, mining, modeling, and creating visualizations. Primarily used for statistics and data science, its applications extend to AI, machine learning, financial analysis, and more. Being open-source and equipped with a wide array of functions and packages, R is popular across multiple fields including academia, finance, and social media.

Do I need any prior programming experience to start learning R?

No prior programming experience is required to start learning R. Our courses are designed to be accessible to beginners, with step-by-step guidance that makes learning R straightforward—even for those new to programming.

How can learning R benefit my career?

Learning R can significantly enhance your career, especially if you are interested in fields like data analysis, statistics, or research. As a language specifically designed for statistical analysis and data visualization, R skills are highly sought after in industries ranging from healthcare and finance to academia and marketing, opening up a wide range of job opportunities and pathways for professional growth.

How do I get started with R?

Beginning your journey with R first involves grasping its fundamental concepts—such as understanding vectors, factors, lists, and data frames. Our Introduction to R programming course covers these basics, providing a solid foundation for further exploration into the R programming language.

What is the difference between R and Python?

Python is a general-purpose programming language, developed to handle a wide range of tasks from data science to web development, making it highly versatile and popular for various applications. R, on the other hand, was created for statistical analysis and excels in data visualization and exploratory data analysis.

Is R worth learning in 2024?

Absolutely, R is worth learning in 2024, especially for those focused on specialized areas like statistical analysis, data visualization, and academic research. Despite the rapid growth of Python, R maintains a strong presence in data science and analytics, valued for its advanced statistical capabilities and dedicated community.

Does Datacamp offer an R Certification?

DataCamp offers two R certifications: Data Analyst and Data Scientist. Both are available in R or Python. If you are interested in either, check out our Certifications here.

Other technologies and topics

technologies