Re: [R] Call dynamic functions

2012-01-27 Thread deivit
WoW Peter! That worked like charm. I earn you some hours of my time :) Thanks a lot! On Jan 27, 2012, at 10:14 , deivit wrote: > Hi all, > > Does anybody know a better way to call functions than using 'eval'? > > I need to call functions which it's name is stored in a variable. Right > now > cr

[R] Call dynamic functions

2012-01-27 Thread deivit
Hi all, Does anybody know a better way to call functions than using 'eval'? I need to call functions which it's name is stored in a variable. Right now create the command string I'd like to run and then I run it using "eval". Running functions inside "eval" is starting annoying because it leads