5 lines
256 B
R
5 lines
256 B
R
# Copy each of the sheets by URL (from address bar)
|
|
# TODO return a list, not series of named variables
|
|
journal1<-gsheet2tbl("https://docs.google.com/spreadsheets/morestuffhere1")
|
|
journal2<-gsheet2tbl("https://docs.google.com/spreadsheets/morestuffhere2")
|