2023年5月25日
摘要: 点击查看代码 ``` tryCatch(libray(xx),warning = function(w){print("出现警告")}, error=function(e){print("出现错误")}, finally={ print("导入ggplot2包") library(ggplot2) 阅读全文
posted @ 2023-05-25 17:16 Bonjour_! 阅读(64) 评论(0) 推荐(0)