1.

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» B. read.data <- read.table(“foo.txt”)


Discussion

No Comment Found