data.sheet | R Documentation |
Coerces a list with vectors of different length into a data.frame. Fills the shorter vectors with NA.
data.sheet(x)
x |
List to be converted. |
This function is convenient for comparing / controling data in Lists whose components should have approximately the same length.
data.frame
Thomas Unternaehrer
data.sheet(list(a=1:5,b=1:4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.