r - Remove mainPanel area in Shiny app -
is possible remove mainpanel shiny app? mean, if want big sidepanel (without mainpanel area), how should it? have tried write:
mainpanel()
but doens't work (it empties area...).
any suggestions?
i trying imagine why want :) can tell how plan use app? options:
- you use basicpage instead of pagewithsidebar in ui.r
there (relatively) new layout features in shiny discussed here. need use shiny 0.8.0.99:
install.packages('devtools'); library(devtools); install_github('shiny','rstudio')
Comments
Post a Comment