tidak menampilkan cetakan dan on.exit di r

quiet <- function(x) { 
  sink(tempfile()) 
  on.exit(sink()) 
  invisible(force(x)) 
} 
Important Ibis