Description Usage Arguments Details References See Also Examples
Return a (temporarily) invisible copy of an object.
1 | invisible(x)
|
x |
an arbitrary R object. |
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.
This is a primitive function.
Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988) The New S Language. Wadsworth & Brooks/Cole.
withVisible
,
return
,
function
.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.