powered by
Coerces a list with vectors of different length into a data.frame. Fills the shorter vectors with NA.
data.sheet(x)
data.frame
List to be converted.
Thomas Unternaehrer
This function is convenient for comparing / controling data in Lists whose components should have approximately the same length.
data.sheet(list(a=1:5,b=1:4))
Run the code above in your browser using DataLab