1. | Which of the following project is used for calling R products from web? |
Answer: (a).OpenCPU
|
2. | Point out the wrong statement. |
Answer: (c).Time required to create data products using shiny is more
|
3. | Which of the following statement will install shiny? |
Answer: (a).install.packages(“shiny”)
|
4. | Which of the following can be done by shiny? |
Answer: (d).All of the mentioned
|
5. | Point out the correct statement. |
Answer: (d).none of the mentioned
|
6. | Which of the following function can interrupt execution and can be called continuously? |
Answer: (a).browser()
|
7. | runApp() will run the shiny and open the browser window. |
Answer: (a).True
|
8. | Which of the following function is for single checkbox widget? |
Answer: (a).checkboxInput
|
9. | How many components are involved in shiny? |
Answer: (d).none of the mentioned
|
10. | All of the styled elements are handled through server.R. |
Answer: (b).False
|