🌈 搜索
📅  最后修改于: 2022-03-11 14:51:59.632000             🧑  作者: Mango
quiet <- function(x) { sink(tempfile()) on.exit(sink()) invisible(force(x)) }