as.data.frame.list: Convert a list to a data frame

Description Usage Arguments Examples

View source: R/dataManipulations.R

Description

This function takes in a list and converts it to a data.frame.

Usage

1
2
## S3 method for class 'list'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)

Arguments

x

A list where all of the elements represents a row and are typically are of exqual length

Examples

1
as.data.frame.list(list(x = rnorm(100), y = rnorm(100)))

ivanliu1989/RQuant documentation built on Sept. 13, 2019, 11:53 a.m.