- Course
String Manipulation and Regular Expressions in R
R is a very powerful programming language for data tasks. This course will teach you how to use R to clean up strings, extract patterns from strings with regular expressions, split strings, and transform string casing.
- Course
String Manipulation and Regular Expressions in R
R is a very powerful programming language for data tasks. This course will teach you how to use R to clean up strings, extract patterns from strings with regular expressions, split strings, and transform string casing.
Get started today
Access this course and other top-rated tech content with one of our business plans.
Try this course for free
Access this course and other top-rated tech content with one of our individual plans.
This course is included in the libraries shown below:
- Data
What you'll learn
While R is a great programming language for numerical computations and statistical analysis, it also has excellent capabilities for string manipulation. In this course, String Manipulation and Regular Expressions in R, you will learn the skills to use R for text processing and pattern matching. First, you will learn how to clean messy text by finding and replacing strings. Second, you will explore how to extract specific string patterns using regular expressions. Next, you will cover how to split strings. Finally, you will discover how to convert text to different cases. When you’re finished with this course, you will have the necessary skills to start processing text with R.