September 2018
Beginner
206 pages
4h 27m
English
One last common data type is Microsoft Excel spreadsheets, which are usually saved with the file extension .xlsx. We can use the xlsx R library, which contains read. xlsx() to import the students.xlsx file from GitHub. There's only one sheet in this file, but if there was more than one, we could specify which sheet to read in with the sheet argument.
Let's now use the xlsx package to import and export Microsoft Excel spreadsheet data. Follow the steps given below:
Read now
Unlock full access