Takes in a data.frame/tibble and creates a named list from a supplied grouping
variable. Can be used in conjunction with save_to_excel() to create a new
sheet for each group of data.
Usage
named_item_list(.data, .group_col)
Arguments
.data
The data.frame/tibble.
.group_col
The column that contains the groupings.
Author
Steven P. Sanderson II, MPH
Details
Requires a data.frame/tibble and a grouping column.
See Also
Other Data Table Functions:
category_counts_tbl(),
los_ra_index_summary_tbl(),
top_n_tbl(),
ts_census_los_daily_tbl(),
ts_signature_tbl()