powered by
Execute a bit of code without usethis's normal messaging.
ui_silence(code)
Whatever code returns.
code
Code to execute with usual UI output silenced.
# compare the messaging you see from this: browse_github("usethis") # vs. this: ui_silence( browse_github("usethis") )
Run the code above in your browser using DataLab