Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---
- title: "Dashboard Example"
- output:
- flexdashboard::flex_dashboard:
- orientation: rows
- ---
- ```{r setup, include=FALSE}
- library(flexdashboard)
- ```
- Instrument Class 1
- -------------------------------------
- ### Instrument 1
- ```{r, echo=FALSE}
- valueBox("Batch A", caption = NULL, icon = NULL, color = "success", href = NULL)
- ```
- ### Instrument 2
- ```{r}
- valueBox("Not in use", caption = NULL, icon = NULL, color = "#7f7f7f", href = NULL)
- ```
- ### Instrument 3
- ```{r}
- valueBox("Batch B", caption = NULL, icon = NULL, color = "success", href = NULL)
- ```
- ### Instrument 4
- ```{r}
- valueBox("Not in use", caption = NULL, icon = NULL, color = "#7f7f7f", href = NULL)
- ```
- Instrument Class 2
- -------------------------------------
- ### Instrument 5
- ```{r}
- valueBox("Not in use", caption = NULL, icon = NULL, color = "#7f7f7f", href = NULL)
- ```
- ### Instrument 6
- ```{r}
- valueBox("Batch C", caption = NULL, icon = NULL, color = "success", href = NULL)
- ```
- ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement