Skip to content

Instantly share code, notes, and snippets.

@pachevalier
Created November 28, 2018 16:59
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 pachevalier/9b8676e8c4ecfb591bd0b18b8a15736e to your computer and use it in GitHub Desktop.
Save pachevalier/9b8676e8c4ecfb591bd0b18b8a15736e to your computer and use it in GitHub Desktop.
---
title: "Test"
output:
flexdashboard::flex_dashboard:
vertical_layout: scroll
---
Chiffres clés {data-icon="fa-tachometer" data-orientation="columns"}
=====================================
Column {data-width=500}
-------------------------------------
```{r setup, include=FALSE}
library(flexdashboard)
```
### cacahouètes {.value-box}
```{r}
valueBox(50, icon = "fa-briefcase")
```
### bananes {.value-box}
```{r}
valueBox(
100,
icon = "fa-users"
)
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment