Strings

module 5
week 7
characters
paste
strings
Work with character strings
Author

Jeff Stevens

Published

March 8, 2023

We’ll use the {stringr} package to extract and combine character strings.

Learning objectives

  • Learn the basics of working with strings
  • Combine strings with output

Pre-meeting

To prepare for this class meeting, please do the following:

Class meeting

  • Useful character vectors
  • Quotes and escaping
  • String length
  • Combine two or more strings
  • Extracting strings
  • Changing case
  • Combining strings with output
  • Slides and Code

Homework after the class meeting

Wrap up this lesson

For next class meeting