Which function is used to write files?
Answer / 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 |
Explain Disadvantages of R data visualization?
What are connections In R?
What are Features of Recursion?
How would you write a custom function in r? Give an example.
What is a random walk model?
What is debugging in R?
What are problems with R clustering?
What is iPlots?
Name the functions which help in importing data from other applications in R?
What are R applications of R clustering?
How many data structures R has?
How will you create scatterplot matrices in r language?