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
You need to create an account (also by linking it to your GitHub profile, gmail and whatsoever)
Just follow the instructions!
rconnect
install.packages("rsconnect")
Follow the authorization instructions
Deploy the app rsconnect::deployApp('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