R/tbl-lcol-map-funprog.R
split_df2l.Rd
Helper function that calls split on a tibble using a grouping column within tibble.
split
split_df2l(tbl_df, group)
Tibble data frame
Character vector with name of column based on which tibble is split into a list of tibbles
List of tibbles. Each tibble contains data split by a group column within tbl_df.
tbl_df