7 lines
308 B
R
7 lines
308 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")
|
|
|
|
# Shiny.io application name
|
|
shiny.io<-ledgerr-shiny |