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 are R applications of R clustering?
What is the use of lattice package?
What are the different components of grammar of graphics?
Explain how to read data or a matrix from a file?
What is the random walk model in r?
What is GUI in R?
Why Reshape R Package?
What is a dataframe in r?
What is the use of sink(), Library () and search() function?
What is a factor?
How can you debug and test r programming code?
Describe regex() in r string manipulation?