Shiny layout script - where is it?
Closed this issue · 3 comments
Another user error problem. I'm used to a long scripts for Shiny where everything is run from one big app.r, which is probably a terrible way to do it. But in the CCISS app the index.rmd is simply working the user UI and does not have the web layout - so where are the layout parameters for the app? I was going to change some of the tab labels etc but its not clear which script that resides in.
index.rmd? The layout is generated from flexdashboard. Do you have a specific label in mind?
An example tabset:
Line 127 in b034013
https://rmarkdown.rstudio.com/flexdashboard/layouts.html#tabset_column
I think I see it now. The flexdashboard knows how to read/intpret the header from the format in the index.rmd.
I'll read up on that tool.