2 Strings Manipulation

In this module we introduce to tools available in R for handling and processing strings. The required packages for this module include:

library(rattle)  # The weather dataset.
library(stringr) # Pre-eminent package for string handling.