Review the following code. What is the result of line 3?xvect

🎲 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 the following code. What is the result of line 3?<br><br>xvect<-c(1,2,3)<br>xvect[2] <- '2'<br>xvect<br>