create_nested_named_list: Create Nested Named List

View source: R/utils.R

create_nested_named_listR Documentation

Create Nested Named List

Description

Create Nested Named List

Usage

create_nested_named_list(
  tbl,
  names_col1 = "feature_class",
  names_col2 = "feature_display",
  values_col = "feature_name"
)

Arguments

tbl

A tibble with the below columns

names_col1

A column that will be the names of the top list

names_col2

A column that will be the names of the nested lists

values_col

A column that will be the values of the nested lists


CRI-iAtlas/iatlas.modules documentation built on Aug. 8, 2024, 12:53 a.m.