Question: Fill in the blanks below using the appropriate function names to describe how you would build different Shiny components. Note, your functions must have the
Fill in the blanks below using the appropriate function names to describe how you would build different Shiny components. Note, your functions must have the format functionName(), including the parentheses with no space between them.
If you were building a Shiny App, you may want to use the1. UI function to display a table in your UI. This table would be created on the server using the 2. function.
Similarly, you may want to create a leaflet map on your server using the 3. function. Once creating it, you would then display it in your UI using the 4. function.
Finally, you could create a ggplot2 chart on your server using the 5. function. To display it in your UI, you would use the 6. function.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
