Spread the shine

Ottavia M. Epifania

The server


  • Many servers exist, this article provides an overview on the available ones

  • If you feel lucky, you can set a server from scratch (choose your own adventure). Here’s an option with Digital Ocean provided by Dean Attali <3

  • Just use shinyapps.io

shinyapps.io

You need to create an account (also by linking it to your GitHub profile, gmail and whatsoever)

Just follow the instructions!

rconnect


  1. install.packages("rsconnect")

  2. Follow the authorization instructions

  3. Deploy the app rsconnect::deployApp('path/to/your/app')

path/to/your/app

Needs to be a folder containing a UI.R and a server.R

    `rsconnect::deployApp('interactive-graphs')`

The folder rsconnect should appear in the directory of app interactive-graphs