We can add a new variable to our data frame and name it at the same time. Let's add the farmer column.
Yass! With the $ symbol, we can appended and name a column. Adding string vector in this way saves it as character.
Wait! Didn't we want to add thefarmer column?