vignettes/snippets/htmlwidgetsdygraphs.md

title: "Dygraphs" output: flexdashboard::flex_dashboard: orientation: columns

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


### Lung Deaths (All)

```{r}
dygraph(ldeaths)

Lung Deaths (Male)

dygraph(mdeaths)

Lung Deaths (Female)

dygraph(fdeaths)


rstudio/flexdashboard documentation built on Oct. 18, 2023, 11:02 a.m.