Displaying 1 result from an estimated 1 matches for "hasylab".
Did you mean:
  hasflag
  
2011 Feb 01
1
Working with additional input for user defined function
Hi all, suppose I have following user defined function:
 
fn1 = function(x, y, ...) {
                                z <- x+y; u=y^2
                                # if something with name "add" exists in the
function argument then do some calculation and return that calculated value,
NOT z
                                # if NOT then return z