Which of the following statements doesn't yield the code output below. Review the following code. What is the result of line 3?x

🎲 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.


Which of the following statements doesn't yield the code output below. Review the following code. What is the result of line 3?<br><br>x <- c(1, 2, 3, 4)<br>Output: [1] 2 3 4<br>