Generate simple summaries of your Oyster journey history data for a quick overview.

oy_summary(data, mode = "Train")

Arguments

data

Data frame output from link{oy_clean()}.

mode

Currently restricted to "Train".

Value

A list object where each element is some kind of data summary.

Examples

if (FALSE) { my_df <- oy_read("path/to/folder/") my_df_clean <- oy_clean(my_df) oy_summary(my_df_clean, mode = "Train") }