Skip to content
Prev 42839 / 398506 Next

Extracting multiple elements from a list

"Waichler, Scott R" wrote:
The functions sapply() and lapply() have more generality that has been
overlooked in this thread.

This will answer your first question.
[1] 2 4 6 8
    
hth,
Julian