4

I have found a very well-design shiny app on shinyapps.io website but I am not sure how to access its R code or say the github directory for its code. I find it very instructive if we could have access to its code. Anyways, in the worst case, can someone help me to know how can I have nice sidebarPanels and mainPanels like this website? I know some CSS is involved but I am new to CSS and not sure how to get some neat design like that in shiny.

Mona Jalal
  • 34,860
  • 64
  • 239
  • 408
  • 1
    the [panel css](https://wuli.shinyapps.io/QuoiR/_w_8b611eff/css/panels.css) and the page source `view-source:https://wuli.shinyapps.io/QuoiR/` -- copy-paste in chrome. the r repo is well hidden – rawr Feb 11 '15 at 22:48
  • 5
    @rawr is correct. ShinyApps keeps the R code behind the applications private. You can view the publicly visible things like JavaScript and CSS, but you wouldn't be able to get the source code of the app without identifying and contacting the author. – Jeff Allen Feb 12 '15 at 19:13

1 Answers1

1

I don't exactly know how the app looked (the app is down) but I guess you should take a look at "shinydashboard". That gives you a very nice side and main panels.

Dominik
  • 2,753
  • 7
  • 28
  • 32