Another attribute we can use to select a data frame variable is a double square bracket[[ ]].

Note that we can either type the column index or the column name inside the [[ ]].

Almost! Maybe we still need double quotes when using a column name?