R shiny Flashcards
1
Q
Why do we need to use Reactivity
A
to create intermediate variables
2
Q
template of a R shiny APP
A
ui, Server, Rshiny, ui, Server(ui = ui, server -= server)
3
Q
How can make our dashboard beautiful
A
bslib/CSS
4
Q
A
5
Q
What does SideBarLayout contain
A
SideBarPanel , Title, MainPanel
6
Q
What is the use of Fluid Page
A
This gives the an empty page (Backdrop to work on)
7
Q
What does menuItem represent in R shiny Dashboard
A
Menu Boxes on the SideBarMenu
8
Q
What does TabName represent in R shiny Dashboard
A
this is used inside of menu Item, a variable representing tab names
9
Q
A