Skip to content

Instantly share code, notes, and snippets.

@atbradley
Created January 24, 2016 04:19
Show Gist options
  • Save atbradley/f149f77e8d3c23a3486e to your computer and use it in GitHub Desktop.
Save atbradley/f149f77e8d3c23a3486e to your computer and use it in GitHub Desktop.
Import all sheets from an Excel workbook, using readxl.
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