stringr: Split and Join Strings
Channel:
Subscribers:
53,300
Published on ● Video Link: https://www.youtube.com/watch?v=KJuA99Hu2oA
The stringr library is part of the R tidyverse and provides a range of convenience functions for working with character strings. In this lesson, we learn how to split and join strings using stringr functions, which are equivalent to the paste and strsplit functions in base R.
stringr Series Code Notebook:
https://www.kaggle.com/hamelg/stringr-tutorials
stringr overview:
https://stringr.tidyverse.org/
stringr cheatsheet:
https://github.com/rstudio/cheatsheets/blob/master/strings.pdf
Follow DataDaft on social media for news and updates:
Twitter: https://twitter.com/DataDaft
Join the DataDaft Discord to discuss all things data science:
https://discord.gg/ZS2yPNw
#tidyverse #rprogramming #datascience
Other Videos By DataDaft
2020-01-29 | Kobe Bryant Shot Charts by Game Minute |
2020-01-28 | Python Programming Practice: LeetCode #14 -- Longest Common Prefix |
2020-01-24 | How To Generate Random Numbers in R |
2020-01-22 | One Piece Bounties Over Time (1 Second = 4 Chapters) |
2019-12-16 | stringr: Viewing Strings |
2019-12-16 | stringr: Subset and Replace Strings |
2019-12-10 | Python Programming Practice: LeetCode #9 -- Palindrome Number |
2019-12-09 | stringr: String Matching |
2019-12-06 | stringr: String Interpolation |
2019-12-06 | stringr: Sorting Strings |
2019-12-06 | stringr: Split and Join Strings |
2019-12-05 | stringr: Basic String Manipulation |
2019-12-03 | How to Reverse Data in R |
2019-11-26 | Python Programming Practice: LeetCode #1 -- Two Sum |
2019-11-25 | Introduction to R: Probability Distributions |
2019-11-20 | How to Make Word Clouds in R |
2019-11-19 | How to Make a Donut Chart in R |
2019-11-15 | Dragon Ball Power Levels Over Time (1 Second = 1 Episode) |
2019-11-14 | How to Plot Functions in R |
2019-11-13 | How to Make a Bubble Plot in R |
2019-11-12 | How to Combine and Split Strings in R |
Tags:
split strings in r
join strings in r
paste strings in r
stringr paste
stringr split
stringr tutorial
rprogramming
concatenate strings in r
string functions in r
r tidyverse tutorial