We saw that by default, strings were saved as factors in our data frame. Sometimes we may want to override this, and store them just as strings.

It makes sense to leave "crop" as a factor since it's a finite category. Personal names, however, are better saved as character.

Yikes! Wouldn't that still store the strings as factors?