functionCallString: functionCallString

View source: R/functionCallString.R

functionCallStringR Documentation

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)

Arguments

functionName

name of the called function

argumentValues

the list of arguments passed

Value

A string representing the given function call

Author(s)

Pascal Sauer


madrat documentation built on April 4, 2025, 5:41 a.m.