Building Dashboards with flexdashboard
Elaine McVey
Director of Data Science
### Trip Durations
```{r}
trip_durations_graph
```
> Durations of more than 60 minutes are excluded from this graph.
### Trip Durations
```{r}
trip_durations_graph
```
> Durations of more than 60 minutes are excluded from this graph.
`r num_long_trips` trips were excluded based on long duration.
Building Dashboards with flexdashboard