What Is The Mode Of A In The Following R Code P Pre Langrsplus #71
What is the mode of ‘a’ in the following R code? </p> <pre><code class="language-rsplus"> a <- c(1,” a”, FALSE)</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.3.
What is the mode of ‘a’ in the following R code?
a <- c(1,” a”, FALSE)
Numeric
Character
Integer
Logical