tlumip / swimr

Visualizations and Reports for SWIM
Other
0 stars 1 forks source link

Update trip table to include trips from all periods. #5

Closed gregmacfarlane closed 9 years ago

gregmacfarlane commented 9 years ago

It seems as though the extract_trips() function only uses AM trips. Should use daily?

 df <- df %>%
    group_by(facet_var, TSTEP) %>%
    summarise_each(funs(sum), am_BIKE:am_WK_TRAN) %>%
bettinardi commented 9 years ago

I would like to see this with daily