Vidyalelo
R Programming · Q66

Introduction to R Programming

Programming · R Programming · question 66

Q66

What will be the output of the following R code? x <- (“a”, “b”) as.logical(x)

A.
a b
B.
"a" "b"
C.
1 1
D.
Error
Answer

Answer: Option D

Solution

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