list2df: Convert list to data.frame

Description Usage Arguments

View source: R/list_to_dataframe.R

Description

This function converts a list to a data frame, assuming that each element of the list is of equal length.

Usage

1
list2df(list, inplace = FALSE)

Arguments

list

A list.

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.