Learn R Programming

rxode2parse (version 2.0.19)

.udfCallFunArg: 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)

Value

string of the form 'fun(arg1, arg2)':

Arguments

fun

function name

args

arguments

Author

Matthew L. Fidler