We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f33e10a + c07e213 commit ef388d5Copy full SHA for ef388d5
09_DevelopingDataProducts/shiny/index.Rmd
@@ -55,7 +55,7 @@ diabetesRisk <- function(glucose) glucose / 200
55
- Make sure you have the latest release of R installed
56
- If on windows, make sure that you have Rtools installed
57
- `install.packages("shiny")`
58
-- `libray(shiny)`
+- `library(shiny)`
59
- Great tutorial at
60
[http://rstudio.github.io/shiny/tutorial/](http://rstudio.github.io/shiny/tutorial/)
61
- Basically, this lecture is walking through that tutorial offering some of our insights
0 commit comments