Skip to content
Prev 162324 / 398500 Next

functional (?) programming in r

You can use the 'local' function to make sure you create a value of
'i' that is defined when the function is defined:
[1] 3
[1] 2


On Mon, Nov 17, 2008 at 4:28 PM, Wacek Kusnierczyk
<Waclaw.Marcin.Kusnierczyk at idi.ntnu.no> wrote: