Answer Posted / Deepa Devi
In R, you can read data from a file using functions like `read.csv()`, `read.table()`, and `read.delim()`. For example, reading a CSV file named 'data.csv' would look like this: `data <- read.csv("data.csv")`.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers