πŸ“Š R Programming
Q. 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")
πŸ’¬ Discuss
βœ… Correct Answer: (A) data <- read.table("foo.txt")

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
88
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
89%
Success Rate