Capture print()
output as a character
string.
Arguments
- x
An object used to select a print()
method.
- ...
Passthrough arguments to print()
.
- max
integer(1)
.
Maximum length of vector.
Works internally by calling head()
on the print capture, prior to
collapse using paste()
.
Details
Useful for returning informative messages inside a function.