We continue our Transform section of the book by examining
Strings in Chapter 14.
This week we are investigating the basic techniques and challenges of dealing
with strings. Next week in Chapter 15 the you will be introduced to "industrial
strength" string-manipulation with: regular expressions.
Strings may sound more natural to you than numbers or boolean values, but some
of the difficulties of manipulating strings may surprise you.
I guarantee that you will come away from these two chapters with a different
impression of the issues and complexity contained in text.
Assessment deadlines will be 11:59pm each Saturday.
All assessments are submitted to the Homework Folder inside your assigned
Google Drive folder.
There are no make-ups for missed assessments. Contact me before a deadline
if you have an issue meeting the deadline and we will find a mutually
agreeable solution.
Homework
Homework 9 (due Saturday, March 15)
The instructions for your homework are contained in the R script
file
homework_09.R.