how to import data into R?



how to import data into R?..

Answer / Yogendra Singh Chaudhary

Data can be imported into R using various functions such as read.csv() for CSV files, read.xlsx() for Excel files, and readLines() for text files.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More R Programming Interview Questions

What are Descriptive analysis methods in R?

1 Answers  


What are various steps involved in analytics project in r?

1 Answers  


Mention how you can produce co-relations and covariances?

1 Answers  


How to construct a new s3 class?

1 Answers  


What are connections In R?

1 Answers  


What is debugging in R?

1 Answers  


Name the functions which helps in importing data from other applications in R?

1 Answers  


How to remove all the objects?

1 Answers  


Describe grep() in r string manipulation?

1 Answers  


Explain if control statements in r?

1 Answers  


What is r matrices?

1 Answers  


How would you create a scatterplot using ggplot2 package?

1 Answers  


Categories