convertDataFrameToList: Convert a data.frame to a list

Description Usage Arguments Examples

Description

Convert a data.frame to a list

Usage

1
convertDataFrameToList(df, listItemNameCol, listItemCol)

Arguments

df

a data.frame

listItemNameCol

the name of the column that contains the categories to be split on

listItemCol

the name of the column that contains the entries to be added to list entries

Examples

1
2
"TODO"
  

cannin/listutils documentation built on May 24, 2019, 9:53 a.m.