Skip to content

Instantly share code, notes, and snippets.

@nataberishvili
Last active December 28, 2020 21:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nataberishvili/127e2849cf32463bee9e1728647632f5 to your computer and use it in GitHub Desktop.
Save nataberishvili/127e2849cf32463bee9e1728647632f5 to your computer and use it in GitHub Desktop.
---
title: "Untitled"
output:
flexdashboard::flex_dashboard:
orientation: columns
vertical_layout: fill
runtime: shiny
---
```{r setup, include=FALSE}
library(flexdashboard)
library(shiny)
library(dplyr)
library(plotly)
```
```{r data}
```
Column {.sidebar data-width=200}
-----------------------------------------------------------------------
Column {data-width=400}
-----------------------------------------------------------------------
### Chart A
```{r}
```
Column {data-width=400}
-----------------------------------------------------------------------
### Chart B
```{r}
```
### Chart C
```{r}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment