Description Usage Arguments Value Examples
Useful if you want to suppress cat, print, message and warning. You can choose what to mute. Default all four methods are muted.
1 |
x |
function or expression or value assignment expression |
print_cat |
bool, mute |
message |
bool, mute |
warning |
bool, mute |
If your original functions has a return, it will return in
invisible(x)
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.