Question: A list can contain a list as an element. **

  1. vector(MyList, length = 7)
  2. coerce(MyList, nrows = 1)
  3. unlist(MyList)
  4. coerce(MyList, nrows = 7)

Answer: The correct answer of the above question is Option C:unlist(MyList)