.udfCallFunArg {rxode2} | R Documentation |
Get the function name with the current arguments as a string
Description
Get the function name with the current arguments as a string
Usage
.udfCallFunArg(fun, args)
Arguments
fun |
function name |
args |
arguments |
Value
string of the form 'fun(arg1, arg2)':
Author(s)
Matthew L. Fidler
[Package rxode2 version 4.0.1 Index]