Examveda

What is the mode of 'a' in the following R code?
a <- c(1,” a”, FALSE)

A. Numeric

B. Character

C. Integer

D. Logical

Answer: Option B


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

Join The Discussion

Related Questions on Introduction to R Programming