#R | String Manipulation using stringr package | #RStudio #datascience #stringr #tidyverse

preview_player
Показать описание
RJ Studio’s 4th video covers how to do string manipulation, using R!
You will also get to listen to “The Moon Represents My Heart” & “Way Back Home” ~
ヽ(^◇^*)/

Sometimes you have to manipulate / analyze data that contains strings. I will show you some common and useful methods from R’s stringr package and also a quick and simple example of playing with data with string cells.

I am playing the background music with my Kalimba and Piano. ^‿^

Hope my video taught you something new!
And feel free to correct me if I made some mistakes in the comments :)

스트링 데이터분석에 관한 비디오입니다 ≧◡≦
유익한 정보이었길 바랄게요~ 감사합니다.

“In teaching others, we teach ourselves.”
Рекомендации по теме
Комментарии
Автор

0:21 str_sort()
0:59 str_to_upper() & str_to_lower()
1:25 str_length()
2:04 str_c() & str_split()
3:48 str_sub()
4:28 str_view()
6:29 str_count()
7:32 str_extract()
8:26 str_subset()
9:38 load text file with read_delim()
11:17 str_detect()
14:02 str_detect() + filter()

RJStudio