The R base package contains a function called function. Its help page tell us to call it as 'function( arglist ) expr'. I can use this syntax, but I was wandering if it is possible to call it as most R functions, namely something like 'FuncName( arg1, arg2 )'. In other terms is it possible to put 'expr' within the parenthesis? More explicitly, can I write ``function`( args, body )?
Thanks