Question: Create a list named list _ data using the following vectors. list 1 - list ( 1 , 2 , 3 ) list 2 -

Create a list named list_data using the following vectors.
list1-list(1,2,3)
list2-c("Shubham","'Arpita","'Vaishali")
list3-c(TRUE,FALSE,TRUE)
Name each list as: ID, Name, Athlete. Run the code list_data[[2]][1], the result in the Console is
 Create a list named list_data using the following vectors. list1-list(1,2,3) list2-c("Shubham","'Arpita","'Vaishali")

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!