πŸ“Š R Programming
Q. Which of the following code opens a connection to the file foo.txt, reads from it, and closes the connection when its done?
  • (A) data <- read.csv("foo.txt")
  • (B) data <- read.csvo("foo.txt")
  • (C) data <- readonly.csv("foo.txt")
  • (D) data <- getonly.csv("foo.txt")
πŸ’¬ Discuss
βœ… Correct Answer: (A) data <- read.csv("foo.txt")

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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