Created
January 24, 2016 04:19
-
-
Save atbradley/f149f77e8d3c23a3486e to your computer and use it in GitHub Desktop.
Import all sheets from an Excel workbook, using readxl.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library(readxl) | |
sheet_list <- lapply(excel_sheets('workbook.xlsx'), read_excel, path='workbook.xlsx') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment