invisible {base} R Documentation

Change the Print Mode to Invisible

Description


Return a (temporarily) invisible copy of an object.

Usage

invisible(x);

Arguments

x

an arbitrary R object.

Details

Authors

SMRUCC genomics Institute

Value

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.

clr value class

Examples


[Package base version 2.33.856.6961 Index]