Prevents inter 'cat' statememt from printing

hush(f)

Arguments

f

Function to silence

Examples

hush(ljung_box(1:100, 2,4))
#> # A tibble: 2 x 7 #> test K chi.square df pval Model Decision #> <chr> <dbl> <dbl> <dbl> <dbl> <chr> <chr> #> 1 Ljung-Box test 24 1183. 18 0 My Model REJECT NULL #> 2 Ljung-Box test 48 1271. 42 0 My Model REJECT NULL