Get some Shiny stuff going.

This commit is contained in:
Matt
2016-04-14 17:08:05 -05:00
parent f3a565aa98
commit 881c635ad7
4 changed files with 48 additions and 27 deletions

View File

@ -66,6 +66,7 @@ colSums(a[-1])
```{r deploy}
# See Shiny documentation for authorizing computer to deploy to shiny.io.
# TODO add complete steps here on how to set up and deploy
# For Shiny
library(rsconnect)
@ -73,4 +74,4 @@ library(rsconnect)
# Deploy
deployApp()
```
```