How can you save your data in R?
Answer / Vivek Soni
Data in R can be saved using functions like write.csv() to save as a CSV file, write.xlsx() to save as an Excel file, and writeLines() to save as a text file.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of apply() in R?
How To Create New Variable In R Programming?
Give an example of 'dreaded for loop'?
Why is R Important?
What is the use of “next” statement in R?
Which function is used to write files?
What is JIT package?
Give some examples of the functions in stringr.
What is r matrices?
How many methods are available to use the matrices?
Can we update and delete any of the elements in a list?
How to construct new s4 class?