Name the functions which helps in importing data from other applications in R?
Answer / Arvind Pandey
Some functions that help in importing data from other applications include `read.csv()`, `read.table()`, `read.xls()`, `read.xlm()`, and `read.ftest()`.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain how to save graphs in R?
Explain different types of atomic vectors in R?
What are recommended systems in r?
How using rprof() to find slow spots in your code in r?
Mention how you can produce co-relations and covariances?
give examples of while and for loop in r.
What is TCP/IP in R?
Explain DBSCAN algorithm in R?
Explain general format of matrices in r?
What are the disadvantages of R?
What is a motivation behind data visualization in R?
Explain the usage of which() function in r language?