Q. Which of the following R code creates a connection to 'foo.txt'?
β
Correct Answer: (A)
con <- file("foo.txt")
You must be Logged in to update hint/solution