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:

  1. you use basicpage instead of pagewithsidebar in ui.r
  2. 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

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -