What Will Be The Output Of The Following R Functionp Pre #116
What will be the output of the following R function?</p> <pre><code class="language-rsplus">paste("Everybody", "is", “a” , "warrior")</code></pre>
This multiple choice question (MCQ) is related to the book/course gs gs110 R Language. It can also be found in gs gs110 Getting Started - Console Input and Evaluation - Quiz No.1.
What will be the output of the following R function?
paste("Everybody", "is", “a” , "warrior")
“Everybody", "is", “a” , "warrior”
Everybody is a warrior
Everybody", "is", “a” , "warrior
“Everybody is a warrior”