Answer Posted / Ramanand Chaudhary
In R, the functions write(), print(), and cat() can be used to write data to a file. For example, write('data', 'myfile.txt') will create a file named myfile.txt and write the object 'data' to it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers