Learn R Programming

madrat (version 3.15.6)

functionCallString: functionCallString

Description

Create a string representation for a function call. If the resulting string is longer than getConfig("maxLengthLogMessage") arguments are printed as passed (e.g. as variable name instead of the evaluated content of that variable), if that is still too long it is cropped.

Usage

functionCallString(functionName, argumentValues)

Value

A string representing the given function call

Arguments

functionName

name of the called function

argumentValues

the list of arguments passed

Author

Pascal Sauer