format_fn_call {dyn.log} | R Documentation |
Format Function Call
Description
Formats a function call into a deparsed string.
Usage
format_fn_call(expr, cutoff = 100L)
Arguments
expr |
function call |
cutoff |
max width cutoff |
Value
string representation of a func call.
See Also
Other Context:
class_scope()
,
exec_context()
,
get_call_stack()
,
get_r_version()
,
get_system_info()
,
sys_context()
[Package dyn.log version 0.4.0 Index]