Execute a bit of code without usethis's normal messaging.
Examples
# compare the messaging you see from this:
browse_github("usethis")
#> ☐ Open URL <https://github.com/r-lib/usethis>.
# vs. this:
ui_silence(
browse_github("usethis")
)
Execute a bit of code without usethis's normal messaging.
# compare the messaging you see from this:
browse_github("usethis")
#> ☐ Open URL <https://github.com/r-lib/usethis>.
# vs. this:
ui_silence(
browse_github("usethis")
)