powered by
Recast a DataFrameStack() into a list of data.frames
DataFrameStack()
# S3 method for DataFrameStack as.list(x, ...)
the data recasted as list of data.frames
input DataFrameStack()
generic consistency
ar = array(1:30, dim = c(5,2,3), dimnames=list(obs=1:5, vars=c("A","B"), rep=1:3)) dfs = DataFrameStack(ar, stackDim="rep") as.list(dfs)
Run the code above in your browser using DataLab