R Articles

Sorted By: Most Recent
Anthony Corbo Anthony Corbo
Updated on July 14, 2025

What Is the R Programming Language?

R is a programming language widely used in data science that offers tools for statistical analysis and data visualization, including advanced plotting capabilities.

Image: Shutterstock / Built In
Rory Spanton Rory Spanton
Updated on July 16, 2024

Pipe in R: A Guide

Pipe in R (|>) is an operator that takes the output of one function and passes it into another function as an argument, linking together the steps for data analysis. 

Image: Shutterstock / Built In
Rory Spanton Rory Spanton
Updated on July 15, 2024

How to Use strsplit() Function in R

The strsplit() function is a powerful tool for splitting strings in R using delimiters or regular expressions. Learn about its many uses with these examples.

Image: Shutterstock / Built In