September 2018
Beginner
206 pages
4h 27m
English
Herein, we will utilize the str_split() function to learn how to split character strings in R. In order to do so, the following steps need to be executed:
install.packages("stringr") library(stringr)
names <- c("Danelle Lewison", "Reyna Wieczorek", "Jaques Sola", "Marcus Huling", "Elvis Driver", "Chandra Picone", "Alejandro Caffey", "Shawnna Lomato", "Masako Hice", "Wally Ota", "Phillip Batten", "Denae Rizzuto", "Joseph Merlos", "Maurice Debelak", "Carina Gunning", "Tama Moody") length(names)