% Generated by roxygen2: do not edit by hand % Please edit documentation in R/radiant.R \name{sshh} \alias{sshh} \title{Hide warnings and messages and return invisible} \usage{ sshh(...) } \arguments{ \item{...}{Inputs to keep quite} } \description{ Hide warnings and messages and return invisible } \details{ Hide warnings and messages and return invisible } \examples{ sshh(library(dplyr)) }