Description Usage Arguments Details Author(s) Examples
Takes in a data.frame/tibble and creates a named list that can be
used in conjunction with something like save_to_excel()
1 | named_item_list(.data, .grouping_var)
|
.data |
The grouped data.frame/tibble |
.grouping_var |
The column that contains the grouping variable |
Needs a grouped data.frame/tibble
Steven P. Sanderson II, MPH
1 2 3 4 | ## Not run:
named_item_list(.data = df, .grouping_var = service_line)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.