Record-Lab-Guides A collection of guides for working in the Record Lab and Computational Ecology Lab Online books/courses Rspatial.org Geocomputation with R Open Geo Hub Cheatsheets Base plotting, ggplot2, markdown RStudio's tidyverse Racine's Raster Rowlingson's Spatial Boysel's General/Spatial Coordinate Reference Systems Interesting blogs Advice-to-young-and-old-programmers Error trapping try() x <- try(log("a")) if (inherits(x, "try-error")) { stop("oooof!") } tryCatch() discussion rsangole.netlify post