silent | R Documentation |
silent() suppresses and hides other functions messages and warnings. Its ideal use if to wrapped functions within dynamic reports.
silent(x)
x |
a function wrapping its inputs |
a the product of the wrapped function without messages and warnings
table <- items_data %>%
psych::alpha() %>%
silent()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.