image Post Your Answer


image

How do you load excel spreadsheet file to RStudio?


I need to load an excel spreadsheet file to Rstudio in my research. But I have no idea how to do it. Please solve this problem of mine, and advice me.

All Answers (3 Answers In All)

By Himakshi B Answered 6 years ago

There are many packages in RStudio to load excel files. Such as: XLConnect, gdata, xlsx package, Readxl package.


By Mansi Singhal Answered 6 years ago

You can use these packages mentioned above, and you can also read_excel function in the readxl package. It does not rely on Java. https://www.datacamp.com/community/tutorials/r-tutorial-read-excel-into-r


By Brijesh Sharma Answered 6 years ago

You can refer to the youtube link with I am attaching below: https://youtu.be/qPk0YEKhqB8


Your Answer


View Related Questions