Skip to content
Prev 74748 / 398502 Next

Putting all elementes of the list in an enviorment of a function

On Tue, 2 Aug 2005, Ales Ziberna wrote:

            
What happened when you tried my suggestion as

second <- function(l, c) with(l, a + b + c)

?  It does work for me.
You used it as a variable within second()!