2

Is there a way to get access to the raw code of an application hosted on Shinyapps.io. I hosted my shiny application on shiny apps and made multiple changes in my code in my system. I need the older version of my app which has been hosted.

desertnaut
  • 57,590
  • 26
  • 140
  • 166

1 Answers1

1

How about downloading it from the dashboard?

screenshot from shinyapps.io

Please, note that you'll receive an extensionless file in the archive. Just add .tar to it, and you'll be able to open the file as an archive, as it was mentioned here.

Maksim I. Kuzmin
  • 1,170
  • 7
  • 16