Home

Column

Graph not flipped

Overview

Order

  • Create Order from New Account

Additional Examples

Here are some additional examples of websites created with R Markdown:

Site Description Source

Column

Graph flipped

---
title: "Total cases collecte by CIs"
output: 
  flexdashboard::flex_dashboard:
    orientation: columns
    vertical_layout: fill
    social: ["facebook", "twitter", "instagram"]
    source_code: embed
    author: Benard Asuke
---


```{r setup, include=FALSE}
library(flexdashboard)
```

Home
=======================================================================

Column {data-width=400}
-----------------------------------------------------------------------

### Graph not flipped
## Overview {.tabset .tabset-pills}

### Order
+ Create Order from New Account



## Additional Examples

Here are some additional examples of websites created with R Markdown: 

Site|Description|Source
|----------|--------------------------------------------------|---------|








Column {data-width=400}
-----------------------------------------------------------------------

### Graph flipped

```{r}


```