Question: What do you use to take an object such as a data frame out of the workspace?

  1. remove()
  2. erase()
  3. detach()
  4. delete()

Answer: The correct answer of the above question is Option A:remove()