invisible {base} | R Documentation |
Return a (temporarily) invisible copy of an object.
invisible(x);
This function can be useful when it is desired to have functions return values which can be assigned, but which do not print when they are not assigned.