search for: extractargs

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

Did you mean: extra_args
2006 Jun 29
1
Passing argument in nested function calls
Please, 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 (sto...