This peer assessed assignment has two parts.
First, I will create a Shiny application and deploy it on Rstudio's servers.
Second, I will use Slidify or Rstudio Presenter to prepare a reproducible pitch presentation about the application.
September 9, 2017
This peer assessed assignment has two parts.
First, I will create a Shiny application and deploy it on Rstudio's servers.
Second, I will use Slidify or Rstudio Presenter to prepare a reproducible pitch presentation about the application.
length = 10 width = 5 area <- length * width area
## [1] 50
numericInput: Value of length
numericInput: Value of width
Area value is calculated on server side
Display the calculated Area
The shiny application developed for this assignment is available at: https://liuzhi316.shinyapps.io/final_quiz/
The source codes of ui.R and server.R available on GitHub repo at: https://github.com/liuzhi316/shiny_app