Here you can see a guide to create and account and configure it:
http://www.exegetic.biz/blog/2015/05/hosting-shiny-on-amazon-ec2/
To this end, you need to write:
#### 1. Sign up at GitHub.com ################################################ | |
## If you do not have a GitHub account, sign up here: | |
## https://github.com/join | |
# ---------------------------------------------------------------------------- | |
#### 2. Install git ########################################################## | |
## If you do not have git installed, please do so: |
#initialize | |
library(shiny) | |
library(ggplot2) | |
library(purrr) | |
library(dplyr) | |
#example data | |
data(iris) |
Here you can see a guide to create and account and configure it:
http://www.exegetic.biz/blog/2015/05/hosting-shiny-on-amazon-ec2/
To this end, you need to write: