To avoid package loading messages, you can suppress the warnings temporarily as follows: defaultW <- getOption("warn"). options(warn = -1).
確定! 回上一頁