What Will Be The Output Of The Following R Codep Pre Langrsplus #84
What will be the output of the following R code?</p> <pre><code class="language-rsplus"> x <- (“a”, “b”) as.logical(x)</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 - Basics - Quiz No.4.
What will be the output of the following R code?
x <- (“a”, “b”) as.logical(x)
a b
“a” “b”
1 1
Error