Guest User

Untitled

a guest
Jun 20th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. library("readxl")
  2. library("reshape2")
  3.  
  4. xlsx_example<-readxl_example("datasets.xlsx")
  5.  
  6. AllSheets<-lapply(excel_sheets(xlsx_example), read_excel, path=xlsx_example)
  7. AllSheets
  8.  
  9. AllSheets%Newcolumn<-"number1"
Add Comment
Please, Sign In to add comment