datascience-book / textbook

The text
2 stars 1 forks source link

stringr or base R #15

Open SigmaMonstR opened 5 years ago

SigmaMonstR commented 5 years ago

In the data manipulation section, I need help thinking through the string functions. Do we want to teach both base R (gsub, grep, grepl, regexpr, etc) and stringr (str_replace, str_count, etc)? Or maybe lean more on stringr and have a table showing the similarities? What do you think?