df2list: Convert data.frame to list

Description Usage Arguments

View source: R/list_to_dataframe.R

Description

This function converts a data.frame to a list.

Usage

1
df2list(df, inplace = FALSE)

Arguments

df

A data.frame.

inplace

Boolean. If TRUE, we convert the list in place, so that the list itself is transformed into a data.frame, sans copying.


kevinushey/Kmisc documentation built on May 20, 2019, 9:08 a.m.