Examveda

Which of the R following code is example of explicit printing?

A. > x <- 5
> x

B. > x <- 5
> print(x)

C. > x <- "auto"
> x

D. > x <- "auto"
> x <- "auto"

Answer: Option B


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

Join The Discussion

Related Questions on Introduction to R Programming