Q. Which of the following statement would read file "foo.txt"?
β
Correct Answer: (A)
data <- read.table("foo.txt")
You must be Logged in to update hint/solution