Skip to content
Prev 42815 / 398506 Next

Extracting multiple elements from a list

Aren't sapply()/lapply() sufficient for this?
[,1] [,2]
[1,]    1    5
[2,]    2    6
[3,]    3    7
[4,]    4    8
[[1]]
[1] 1 2 3 4

[[2]]
[1] 5 6 7 8

HTH,
Andy
------------------------------------------------------------------------------
Notice:  This e-mail message, together with any attachments,...{{dropped}}