search for: s1002

Displaying 1 result from an estimated 1 matches for "s1002".

Did you mean: 1002
2006 Jun 29
1
Passing argument in nested function calls
...do not ask why you would do this. I have simplified my complicated code to just the basic problem occuring to be able to make it easier to understand the actual problem. I have two function getArgs() and extractArgs() - code and test results provided below. I test them using getArgs(id = 's1002') from the command line. getArgs() prints the name of the argument as id and the actual argument as s1002, which is correct. But, when I call extractArgs() from within getArgs() passing value of passed (stored in passed, passed is created from paste(names(args),"=", sQuote(args))...