Examveda

What will be the output of the following R code?
> x <- 0:6
> as.logical(x)

A. FALSE TRUE TRUE TRUE TRUE TRUE TRUE

B. "0" "1" "2" "3" "4" "5" "6"

C. 0 1 2 3 4 5 6

D. 6 5 5 3 2 1

Answer: Option A


This Question Belongs to R Programming >> R Programming Basics

Join The Discussion

Related Questions on R Programming Basics