[R] Help with tryCatch
eric
ericstrom at aol.com
Sun Jul 10 21:37:42 CEST 2011
I tried the following:
zest[i] <- tryCatch(sapply(getNodeSet(zdoc, "//zestimate/amount"),
xmlValue), error=function() NA)
Here's what happens :
Error in zest[i] <- tryCatch(sapply(getNodeSet(zdoc, "//zestimate/amount"),
:
replacement has length zero
--
View this message in context: http://r.789695.n4.nabble.com/Help-with-tryCatch-tp3657859p3658113.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list