Correct Answer : con <- file(“foo.txt”)
Explanation : Open is used for opening connection to ‘foo.txt’ in read-only mode.