Review line 1 below. What does the statement in line 2 return?1 mylist

🎲 Try a Random Question  |  Total Questions in Quiz: 47  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
R (Programming Language) Quiz — practice the complete quiz, review flashcards, or try a random question.

R (Programming Language) MCQs For LinkedIn Skill Assessments.


Review line 1 below. What does the statement in line 2 return?<br><br>1 mylist <- list(1,2,'C',4,5)<br>2 unlist(mylist)<br>