View source: R/functionCallString.R
functionCallString | R Documentation |
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.
functionCallString(functionName, argumentValues)
functionName |
name of the called function |
argumentValues |
the list of arguments passed |
A string representing the given function call
Pascal Sauer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.