InterviewSolution
Saved Bookmarks
| 1. |
Which of the following R code creates a connection to ‘foo.txt’?(a) con |
|
Answer» Correct option is (a) CON <- file(“foo.txt”) |
|