R Articles

Sorted By: Most Recent
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
Anthony Corbo Anthony Corbo
Updated on November 07, 2023

What Is the R Programming Language?

R is a programming language that provides access to a variety of statistical and graphical techniques while producing plots. R is widely used in data science.

Image: Shutterstock / Built In