Created
November 28, 2018 16:59
-
-
Save pachevalier/9b8676e8c4ecfb591bd0b18b8a15736e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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