Vidyalelo
R Programming · Q97

R Programming Basics

Programming · R Programming · question 97

Q97

What will be the output of the following R code? > x as.logical(x)

A.
a b c
B.
NA NA NA
Answer
C.
0 1 2
D.
6 8 9

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board