Course
Strings in R Tutorial
Learn about R's Strings: its rules, concatenation, along with essential properties of the string, extracting and replacing a character string, and formatting a string.
Apr 6, 2020 · 8 min read
R Courses
4 hr
2.7M
Course
Intermediate R
6 hr
600.5K
Course
String Manipulation with stringr in R
4 hr
30.3K
See More
RelatedSee MoreSee More
tutorial
Utilities in R Tutorial
Learn about several useful functions for data structure manipulation, nested-lists, regular expressions, and working with times and dates in the R programming language.
Aditya Sharma
18 min
tutorial
Matrices in R Tutorial
Learn all about R's matrix, naming rows and columns, accessing elements also with computation like addition, subtraction, multiplication, and division.
Olivia Smith
7 min
tutorial
Python String Tutorial
In this tutorial, you'll learn all about Python Strings: slicing and striding, manipulating and formatting them with the Formatter class, f-strings, templates and more!
Sejal Jaiswal
16 min
tutorial
A Loops in R Tutorial - Usage and Alternatives
A tutorial on loops in R that looks at the constructs available in R for looping. Discover alternatives using R's vectorization feature.
Carlo Fanara
32 min
tutorial
Definitive Guide: Variables in R Tutorial
In this tutorial, you'll learn all about R variables including how to define variables, remove variables, and much more.
Olivia Smith
4 min
tutorial
Arrays in R
Learn about Arrays in R, including indexing with examples, along with the creation and addition of matrices and the apply() function.
Olivia Smith
8 min