(Choose 1 answer)
Assume that you have a data frame called employee that contains three variables: name, age, and title. If you want to return all the values in the title variable, what command should you use?
A. employee.title
B. employee[title]
C. employee[[3]]
D. employeeStitle