Helper function that calls split on a tibble using a grouping column within tibble.

split_df2l(tbl_df, group)

Arguments

tbl_df

Tibble data frame

group

Character vector with name of column based on which tibble is split into a list of tibbles

Value

List of tibbles. Each tibble contains data split by a group column within tbl_df.