stringr: Split and Join Strings

Channel:
Subscribers:
53,300
Published on ● Video Link: https://www.youtube.com/watch?v=KJuA99Hu2oA



Category:
Tutorial
Duration: 3:08
1,454 views
30


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







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