A collection of guides for working in the Record Lab and Computational Ecology Lab
x <- try(log("a"))
if (inherits(x, "try-error")) {
stop("oooof!")
}
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A collection of guides for working in the Record Lab and Computational Ecology Lab
x <- try(log("a"))
if (inherits(x, "try-error")) {
stop("oooof!")
}