# S3 method for sig
toString(x, width = getOption("width"), exdent = nchar(x$name), ...)
# S3 method for sig
print(x, width = getOption("width"), exdent = nchar(x$name), ...)
Arguments
x
An object of class sig.
width
Width of string to display.
exdent
Non-negative integer specifying the indentation
of subsequent lines in the string.
...
Passed to toString
Value
toString creates a string representation of a
function signature.
print is mostly invoked for the side effect of printing
a function
signature, invisibly returning its input.