Examveda

Which of the following statement would read file "foo.txt"?

A. data <- read.table("foo.txt")

B. read.data <- read.table("foo.txt")

C. data <- read.data("foo.txt")

D. data <- data("foo.txt")

Answer: Option A


This Question Belongs to R Programming >> Data Structures In R Programming

Join The Discussion

Related Questions on Data Structures in R Programming