Name the functions which help in importing data from other applications in R?
Answer Posted / Rahul Bhardwaj
R provides several functions to import data, including read.csv(), read.txt(), read.xlsx(), read.table(), and more specific functions like read.delim() or read.fwf(). These functions allow you to read data stored in various formats from other applications.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers