data.sheet: Coerce a list to a data.frame

Description Usage Arguments Details Value Author(s) Examples

View source: R/data.sheet.R

Description

Coerces a list with vectors of different length into a data.frame. Fills the shorter vectors with NA.

Usage

1

Arguments

x

List to be converted.

Details

This function is convenient for comparing / controling data in Lists whose components should have approximately the same length.

Value

data.frame

Author(s)

Thomas Unternaehrer

Examples

1
data.sheet(list(a=1:5,b=1:4))

IDPmisc documentation built on Jan. 21, 2020, 5:06 p.m.