df_to_named_list: Create a named list

Description Usage Arguments Details Value

Description

This function creates a named list from two dataframe columns

Usage

1
df_to_named_list(df, items = 1, names = 2)

Arguments

df

A dataframe

items

A string or index number which indicates the column with the items for the named list

names

A string or index number which indicates the column with the names for the named list

Details

Deprecated use tibble::deframe() instead

Value

Returns a named list


RedTent/JT documentation built on May 10, 2019, 9:58 a.m.