Examveda
Examveda

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: Option D


This Question Belongs to R Programming >> Introduction To R Programming

Join The Discussion

Related Questions on Introduction to R Programming