We can subset a particular variable column by typing the data frame name followed by $ and the variable name.
Let's see if we can also subset crop in this code snippet.
Nice! Output is an atomic vector of a particular type.
Yikes! Don't we need both the $ symbol and the variable name?