I want to deploy shiny app on shiny server. There are multiple file that are needed for app. I combine all in one .rdata file and now, I want to upload it on github and then import in app from github. How can I do it>
I tried following command:
source(url('https://github.com/L-1996-G/test/blob/9388a4b11a8372d0dc5e66b0082a9890d604e48b/df.RData'))
load(url('https://github.com/L-1996-G/test/blob/9388a4b11a8372d0dc5e66b0082a9890d604e48b/df.RData'))
neither of them not work.