Importing Data Files from Other Software in R Language
Importing Data Files
Spreadsheet (Excel) file data
The xlsx package has the function read.xlsx ( ) for reading Excel files.
This will read the first sheet of an Excel spreadsheet.
To read Excel files, we first need to install the package
install.packages...