Examveda
Examveda

How is the data frame column Age selected in R?

A. data$Age

B. data[,"Age"]

C. data[["Age"]]

D. data.column("Age")

Answer: Option B


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

Join The Discussion

Related Questions on Introduction to R Programming