tbl_as_named_list: Given a table and two columns, build a named list.

View source: R/app_util.R

tbl_as_named_listR Documentation

Given a table and two columns, build a named list.

Description

Build a named list from the value_col and name_col. Note that there is no uniqueness test on the names column.

Usage

tbl_as_named_list(tbl, value_col, name_col)

Arguments

tbl

Table

value_col

Column with list values

name_col

Column with list names

Value

A named list


tor-gu/streakexplorer documentation built on Aug. 2, 2022, 8:22 p.m.