How can I combine row layout for horizontal value boxes and column layout for plots in flexdashboard?

---
title: "Column Orientation"
output: flexdashboard::flex_dashboard
---

```{r}
library(flexdashboard)
```


## Test    
    
### Test

```{r}
valueBox(2222, icon = "fa-ship", color="rgb(100,100,100)")
```    
    
Column
-------------------------------------
    
### Chart 1
    
```{r}
```
   
Column
-------------------------------------
   
### Chart 2

```{r}
```   
 
### Chart 3
    
```{r}
```

Thank you!

tempsnip|690x387

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.