split_df2l: Split a tibble data frame into a list of tibbles by a group...

View source: R/tbl-lcol-map-funprog.R

split_df2lR Documentation

Split a tibble data frame into a list of tibbles by a group column

Description

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

Usage

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.


philipp-baumann/simplerspec documentation built on Oct. 3, 2023, 12:13 p.m.