You work at the Interstellar Bureau of Investigation and just finished a detailed analysis of the Madrid train bombing network. Your boss asked you to present your findings in no more than 10 minutes. Amaze her preparing a dashboard including both Shiny and HTML widgets.

---
title: "Interstellar Bureau of Investigation"
output: 
  flexdashboard::flex_dashboard:
    vertical_layout: fill
    social: menu
    source_code: embed
---

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

You work at the Interstellar Bureau of Investigation and just finished a detailed analysis of the [Madrid train bombing network](http://users.dimi.uniud.it/~massimo.franceschet/ns/syllabus/make/madrid/madrid.html). Your boss asked you to present your findings in no more than 10 minutes. Amaze her preparing a dashboard including both [Shiny](http://shiny.rstudio.com/) and [HTML widgets](http://www.htmlwidgets.org/index.html).