How many ways are there to read and write files?
Answer / Pushkar Sharma
In R programming, there are several ways to read and write files. To read a file, you can use functions like `readLines()`, `read.table()`, `scan()`, etc. Similarly, to write a file, you can use functions like `writeLines()`, `write.table()`, etc. Additionally, R provides `fileConnection()` for both reading and writing files.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is with () and by () function in r is used for?
What are features of r functions?
Explain the type of clustering in R?
Explain how you can start the r commander gui?
How would you fit a linear model over a scatter-plot?
What is the function definition?
What is Visualization in R?
Explain how to access list elements in r?
How would you make multiple plots onto a single page in r?
What is string manipulation in R?
How would you extract one particular word from a string?
What is power analysis ?