Write lines of text to a file in R
Asked 07 September, 2021
Viewed 1.7K times
  • 53
Votes

In the R scripting language, how do I write lines of text, e.g. the following two lines

Hello
World

to a file named "output.txt"?

13 Answer