The ________ function in R can be used to write output into a file.

  • echo()
  • print()
  • save()
  • write()
The write() function in R is typically used to write data to a file. It can write a single R object (like a vector, matrix, or data frame) to a text file, with elements separated by a specified delimiter.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *