- Quiz-tion: Which package provides the primary functionality for R Shiny?
- shinyserver
- shiny
- shinyus
- Quiz-tion: Which of the following options (functions) allow developers to create dynamic page layouts ?
- fluidPage
- dynamicPage
- flashExtensions
- Quiz-tion: Which of the following are mandatory arguments for eventReactive?
- The IDs for all the reactive elements in the app
- The trigger input and the corresponding function (expression) to be run on trigger
- The trigger input only
Answers—executing the following code will give you the answers to the quiz questions:
set.seed(11)
round(runif(3,1,3))