I am using the flexdashboard
Package with Rmarkdown and would like to modify the dimensions of headers, location of borders, colors, etc. that result in the webpage created by Rstudio. There are many CSS files associated with flex dashboard and Rmarkdown. Can someone please inform me what CSS files should be modified for this purpose, and where these files are located in the R or Rstudio directories?
相关问题
- R - Quantstart: Testing Strategy on Multiple Equit
- Adding a timeout to a render function in ReactJS
- Using predict with svyglm
- Reshape matrix by rows
- Extract P-Values from Dunnett Test into a Table by
By modifying a CSS theme (we chose to modify
Lumen
) in aflexdashboard
subdirectory my colleague and I learned we could control the dimensions of certain elements in flexdashboard.Specifically, we altered the CSS file in this directory: C:\Program Files\R\R-3.4.2\library\flexdashboard\rmarkdown\templates\flex_dashboard\resources
See the annotated CSS file (again, for the Lumen theme) below for how we changed the dimensions of the border boxes. The edits shown were placed at the end of the existing lumen.css file.