ui_silence | R Documentation |
Execute a bit of code without usethis's normal messaging.
ui_silence(code)
code |
Code to execute with usual UI output silenced. |
Whatever code
returns.
# compare the messaging you see from this:
browse_github("usethis")
# vs. this:
ui_silence(
browse_github("usethis")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.