Set Multiple Split Arguments in strsplit Function in R (Example) | How to Divide a Character String

Published: 09 August 2022
on channel: Statistics Globe
549
16

How to define several split conditions in the strsplit function in the R programming language. More details: https://statisticsglobe.com/set-multi...
R code of this video:

my_string <- "aaaxbbbycccxddd" # Create example character string
my_string # Print example character string

strsplit(my_string, "x") # strsplit with one condition

strsplit(my_string, "x|y") # strsplit with multiple conditions

Follow me on Social Media:
Facebook – Statistics Globe Page:   / statisticsglobecom  
Facebook – R Programming Group for Discussions & Questions:   / statisticsglobe  
Facebook – Python Programming Group for Discussions & Questions:   / statisticsglobepython  
LinkedIn – Statistics Globe Page:   / statisticsglobe  
LinkedIn – R Programming Group for Discussions & Questions:   / 12555223  
LinkedIn – Python Programming Group for Discussions & Questions:   / 12673534  
Twitter:   / joachimschork  

Music by bensound.com


Watch video Set Multiple Split Arguments in strsplit Function in R (Example) | How to Divide a Character String online, duration hours minute second in high quality that is uploaded to the channel Statistics Globe 09 August 2022. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 549 times and liked it 16 visitors.