Question: For the list _ data you created for the above problem, to print the Athlete as a vector, you should use list _ data [

For the list_data you created for the above problem, to print the Athlete as a vector, you should use
list_data[[3]]
list_data$Athlete
list_data[3]
list_data$list3
810 points
Create a data frame named class using the following vectors:
students -c("James", "Audrey")
major -c("BAT", "Marketing")
senior -c(FALSE, TRUE)
sport -c("Scoccer", "Tennis")
Select the first row and first 3 columns of the data frame. The result in the Console is
 For the list_data you created for the above problem, to print

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!