如何在R中编写尝试捕获
trycatch
url <- c( "http://stat.ethz.ch/R-manual/R-devel/library/base/html/connections.html", "http://en.wikipedia.org/wiki/Xz")y <- mapply(readLines, con=url)
url <- c("xxxxx", "http://en.wikipedia.org/wiki/Xz")
url[1]
trycatch
喵喵时光机
慕的地6264312