This document provides an introduction and overview of working with strings in R. It covers the base string functions as well as functions from the stringr and stringi packages. Topics covered include concatenation, splitting, subsetting, transforming, searching, sorting, and encodings when working with strings in R. The document is presented as notes from a session on structuring data with strings in R as part of an introduction to R for data science course.