Skip to main content
Category
Technologies

R Programming Tutorial

In our R tutorials, you'll find helpful tips and use cases to grow your programming skills. We'll keep you up to date with the latest techniques.
Other technologies:
R Programming

Understanding Blockchains by Coding One in R

Implement a small blockchain in R and learn more about what a blockchain looks like and some of the core concepts behind it!

Johannes Mueller

February 8, 2018

R Programming

Fast-and-Frugal Decision Trees in R with FFTrees

An introductory tutorial to fast-and-frugal decision trees in R with the FFTrees package.
DataCamp Team's photo

DataCamp Team

December 20, 2017

R Programming

Five Tips to Improve your R Code

Five useful tips that you can use to effectively improve your R code, from using seq() to create sequences to ditching which() and much more!
Simon Jackson's photo

Simon Jackson

December 13, 2017

R Programming

R Formula Tutorial

Discover the R formula and how you can use it in modeling- and graphical functions of well-known packages such as stats, and ggplot2.
Karlijn Willems's photo

Karlijn Willems

November 23, 2017

R Programming

Pipes in R Tutorial For Beginners

Learn more about the famous pipe operator %>% and other pipes in R, why and how you should use them and what alternatives you can consider!
Karlijn Willems's photo

Karlijn Willems

December 21, 2022

R Programming

The R Graph Gallery's Top 5 Most Visited Graph Themes

A list of the 5 most popular graphs among R users and enthusiasts.
DataCamp Team's photo

DataCamp Team

April 14, 2017

R Programming

Algorithmic Trading in R Tutorial

In this R tutorial, you'll do web scraping, hit a finance API and use an htmlwidget to make an interactive time series chart to perform a simple algorithmic trading strategy
Ted Kwartler's photo

Ted Kwartler

February 9, 2017

R Programming

Exploring H-1B Data with R: Part 3

Learn how to geocode locations and map them with R.
Ted Kwartler's photo

Ted Kwartler

January 26, 2017

R Programming

Exploring H-1B Data with R: Part 2

Learn even more about exploratory data analysis with R in the second part of the "Exploring H-1B Data" tutorial series
Ted Kwartler's photo

Ted Kwartler

January 19, 2017

R Programming

Web Scraping and Parsing Data in R | Exploring H-1b Data Pt. 1

Learn how to scrape data from the web, preprocess it and perform a basic exploratory data analysis with R
Ted Kwartler's photo

Ted Kwartler

January 12, 2017

R Programming

15 Easy Solutions To Your Data Frame Problems In R

Discover how to create a data frame in R, change column and row names, access values, attach data frames, apply functions and much more.
Karlijn Willems's photo

Karlijn Willems

January 10, 2017