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 |
What is reference class?
Enlist the advantages of using r languages?
Mention how you can produce co-relations and covariances?
What is the regular expression in R string manipulation?
Why is R useful for data science?
How can you load a .csv file in r?
How can you verify if a given object “X” is a matrix data object?
What is compiler in r?
Differentiate between library() and require()?
What is logistic regression?
What is meant by character function in R?
What is attribute function in r?