View source: R/other_functions.R
quiet | R Documentation |
This function silences (verbose) output prints. Thanks to Hadley Wickham for bringing the idea.
quiet(fx, quiet = TRUE)
fx |
Function to quiet |
quiet |
Quiet outputs? If not, skip quietness. |
Same as fx
but with no messages or prints.
Other Tools:
autoline()
,
bind_files()
,
bring_api()
,
chr2num()
,
db_download()
,
db_upload()
,
export_plot()
,
export_results()
,
files_functions()
,
font_exists()
,
formatColoured()
,
formatHTML()
,
get_credentials()
,
glued()
,
grepm()
,
h2o_selectmodel()
,
haveInternet()
,
image_metadata()
,
importxlsx()
,
ip_data()
,
json2vector()
,
list_cats()
,
listfiles()
,
mail_send()
,
markdown2df()
,
move_files()
,
msplit()
,
myip()
,
read.file()
,
statusbar()
,
tic()
,
try_require()
,
updateLares()
,
warnifnot()
,
what_size()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.