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 |
What is data structure in r?
How many types of vectors are present in r?
What is a dataframe in r?
How would you create a box-plot using “plotly”?
What is a factor? How would you create a factor in r?
What is R lists?
Name some functions available in “dplyr” package.
How many types of data types are provided by R?
What are various ways to write la oop in r?
Explain DBSCAN algorithm in R?
What is scan() in r?
How data is aggregated in r?